Leanpub Header

Skip to main content

Filters

Category: "Java"

Java

  1. Mastering advanced java  programming question bank vol-2
    Mastering advanced java programming question bank vol-2
    1000 conceptual questions for students and professionals
    Anshuman Mishra

    Advance beyond Core Java with Volume 2 of the Mastering Advanced Java Programming QUESTION BANK series.Practice 1000+ carefully designed conceptual questions covering JDBC, Java 8 Features, Lambda Expressions, Stream API, Reflection API, Java Modules, Servlets, JSP, and RESTful Web Services.Featuring chapter-wise MCQs, descriptive questions, programming exercises with solutions.

  2. Mastering advanced java  programming question bank vol-1
    Mastering advanced java programming question bank vol-1
    1000 conceptual questions for students and professionals
    Anshuman Mishra

    Practice is the key to mastering programming.Mastering Advanced Java Programming QUESTION BANK (Vol. 1) contains 1000+ carefully designed conceptual questions covering Advanced Java topics including OOP, Exception Handling, Collections, File I/O, Serialization, Multithreading, and Networking.Featuring MCQs, short-answer questions, descriptive questions with solutions, and programming exercises.

  3. Mastering Advanced Java Programming Jdbc Swing Jsp Servlets And EJB

    Take your Java skills to the professional level.Advanced Java Programming: A Comprehensive Guide for Modern Software Development goes beyond core Java to teach the technologies used in enterprise software development. Learn multithreading, JDBC, networking, Servlets, JSP, collections, exception handling, GUI development, and modern Java programming through practical examples, real-world projects.

  4. Java Programming in 2026
    Java Programming in 2026
    SouthStone Publications

    Already comfortable in Python, JavaScript, C#, Go, Rust, or Kotlin? This hands on guide gets experienced engineers productive in modern Java 25 fast, covering the type system, generics, virtual threads, Streams, testing, and building real services, with runnable, annotated examples in every chapter.

  5. Programming Ideas

    Programming Ideas closes the gap between introductory programming books and computer science textbooks. It teaches you how to write programs that solve a wide range of practical problems, from drawing fractals to compressing files and computing Pi, and it carefully explains both the required programming techniques and the resulting programs.

  6. Java For The Real World
    Java For The Real World
    Umur Inan and Anonymous

    You passed the Java course. Then you opened a real codebase and nothing looked like the slides. Car extends Vehicle and Box<T> got you through the exam. They also taught you habits you now have to unlearn. Java for the Real World re-teaches the syllabus one concept at a time, with code people actually ship: payment gateways, message types, generic repositories, retrying HTTP clients. Each chapter shows the toy you were taught, names why it misled you, and gives you the version a senior would keep.

  7. Mastering Programming Foundations With Python, Java, and C# Side-by-Side
    Mastering Programming Foundations With Python, Java, and C# Side-by-Side
    A Comparative Journey Through Three Major Programming Languages
    Aimé Mbobi, Ph.D.

    Why learn one programming language when you can understand three at once? This book introduces the foundations of programming through a powerful side-by-side comparison of Python, Java, and C#, enabling readers to build strong conceptual understanding, transferable coding skills, and a solid pathway toward modern software engineering.

  8. Building REST APIs with Spring Boot 4.0
    Building REST APIs with Spring Boot 4.0
    Practical and code-first learning for Java developers to build, test and deploy applications using Java 21
    GitforGits | Asian Publishing House

    What you've got here is a hands-on walkthrough of Spring Boot 4.0, where we'll build a single application from start to finish, using the command line and then packaging it as a JAR at the end. Each chapter adds one real capability, like a REST endpoint, a database, an error handler, a security layer or a test suite. Each chapter gets straight into the code, and you can run, modify and break it to see what happens.There's even a dedicated troubleshooting chapter at the end that deals with the exact errors beginners actually encounter in practice, not just hypothetical ones.

  9. Modern Java in Practice

    Java 21 and Java 25 LTS, feature by feature. Records, virtual threads, pattern matching, structured concurrency, FFM, JFR, gatherers. One runnable Maven module per chapter. JDK-only, no framework noise. For engineers who shipped Java 11 and now have to update.

  10. Spring Boot meets AI

    You already know how to build a Spring Boot service. Controllers, services, repositories, tests—it’s muscle memory. But what happens when your product manager asks for “an AI assistant” instead of “another REST endpoint”?Spring Boot Meets AI shows you how to plug modern AI models into the Spring applications you’re already running, using Spring AI’s fluent clients and Boot starters. You’ll go from zero to “curlable” AI endpoints in a few lines of code, then build up to real features: chat, summarisation, data extraction into POJOs, RAG over your own docs, and AI workflows that can safely call your own Java code.No new language. No separate AI microservice nobody wants to maintain. Just Spring Boot, Spring AI, and a set of patterns you can take back to work on Monday

  11. The Software Professional's BluePrint - Volume 1 of 4 ( Banking Core & Fullstack Foundations )
    The Software Professional's BluePrint - Volume 1 of 4 ( Banking Core & Fullstack Foundations )
    Develop a production grade Fullstack NetBanking application with SpringBoot, React & MySQL
    Jeganathan Swaminathan

    Every tutorial gets you to "Hello World." This book gets you to production. In 26 years of building and consulting on enterprise systems, I've seen exactly where the gap is, this is the book I wish existed when I started. You'll understand not just how to write the code, but why real systems are built the way they are.

  12. Beyond the Tutorial: Building a Real Spring Boot Service on AWS

    You can build a controller. You can wire up a repository. You can probably get a Spring Boot app running in under ten minutes.But can you build a service that feels real?This book takes you beyond the tutorial version of Spring Boot and into the parts that actually matter: clean structure, security, persistence, testing, containers, AWS deployment, observability, and the trade-offs that separate demo code from production-minded software.Build a real Spring Boot service. Ship it to AWS. Learn how backend systems are actually put together.

  13. Spring Security 7 From Internals to Production

    Spring Security 7 from the inside out. Trace requests through the filter chain, build a custom identity provider with Spring Authorization Server, secure reactive WebFlux services, and ship production hardened systems backed by JWT, OAuth2, OIDC, SAML2, WebAuthn, and zero trust microservice patterns. Built around CineTrack on Spring Boot 4 and Java 21. Written for engineers who already ship Spring Boot in production.

  14. Spring Boot 4 Performance in Practice

    The fastest code you will ever write is the code you already have, tuned correctly.

  15. Hibernate Spring Data JPA in Depth

    Most developers treat Hibernate as a black box that turns objects into rows. This book opens the box, shows you exactly what happens inside, and teaches you how to make it work for you at scale.