Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Java eBooks

If you like Java eBooks, then you'll love these top picks.
Showing 217 - 240 of 1736 Results
Skip side bar filters
  • Java 8 Lambdas

    Pragmatic Functional Programming

    If you’re a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You’ll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.Lambda expressions are a fairly simple change to ... Read more

    $24.99 USD

  • Curso de Programación con Java - 2ª Edición

    Cuando usamos los equipos informáticos podemos hacer muchas cosas. Un adolescente puede utilizar Internet para enviar un mensaje, un estudiante puede usar una hoja de cálculo para realizar el cálculo de un promedio o la cantidad de puntos que necesita para aprobar cada materia, un cocinero puede guardar sus recetas en un editor de texto como Word, etc. De hecho, la cantidad de productos ... Read more

    $19.95 USD or Free with Kobo Plus

  • Pro Spring Boot

    Series series Professional and Applied Computing (R0)
    Quickly and productively develop complex Spring applications and microservices - out of the box - with minimal fuss on things like configurations. This book will show you how to fully leverage the Spring Boot productivity suite of tools and how to apply them through the use of case studies.Pro Spring Boot is your authoritative hands-on practical guide for increasing your Spring Framework-based ... Read more

    $40.99 USD

  • Neo4j Graph Data Modelling

    Design efficient and flexible databases by optimizing the power of Neo4j

    by Mahesh K Lal ...
    Key FeaturesBook DescriptionIf you are a developer who wants to understand the fundamentals of modeling data in Neo4j and how it can be used to model full-fledged applications, then this book is for you. Some understanding of domain modeling may be advantageous but is not essential.What you will learnTranslate a problem domain from a whiteboard to your databaseMake design decisions based on the ... Read more

    $25.99 USD or Free with Kobo Plus

  • Java Threads

    Understanding and Mastering Concurrent Programming

    Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming.Java's ... Read more

    $23.99 USD

  • Java Database Best Practices

    Persistence Models and Techniques for Java Database Programming

    by George Reese ...
    When creating complex Java enterprise applications, do you spend a lot of time thumbing through a myriad of books and other resources searching for what you hope will be the API that's right for the project at hand?Java Database Best Practices rescues you from having to wade through books on each of the various APIs before figuring out which method to use! This comprehensive guide introduces each ... Read more

    $23.99 USD

  • Data-Oriented Programming

    Reduce software complexity

    Eliminate the unavoidable complexity of object-oriented designs. The innovative data-oriented programming paradigm makes your systems less complex by making it simpler to access and manipulate data.In Data-Oriented Programming you will learn how to:Separate code from dataRepresent data with generic data structuresManipulate data with general-purpose functionsManage state without mutating ... Read more

    $58.99 USD

  • Killer Game Programming in Java

    Java Gaming & Graphics Programming

    Although the number of commercial Java games is still small compared to those written in C or C++, the market is expanding rapidly. Recent updates to Java make it faster and easier to create powerful gaming applications-particularly Java 3D-is fueling an explosive growth in Java games. Java games like Puzzle Pirates, Chrome, Star Wars Galaxies, Runescape, Alien Flux, Kingdom of Wars, Law and Order ... Read more

    $25.99 USD

  • Learn Java in 24 Hours: The Ultimate Beginner’s Guide

    by Aniket Jain ...
    Learn Java in 24 Hours: The Ultimate Beginner's GuideUnlock the power of the Java programming language with this all-inclusive guide tailored for beginners. Whether you're new to coding or looking to enhance your programming skills, this book simplifies core Java concepts and empowers you to start building Java applications in just 24 hours.What's Inside:A step-by-step introduction to Java ... Read more

    $0.99 USD or Free with Kobo Plus

  • Cracking The Java Coding Interview.

    1000+ Java Interview (Q & A)

    I am not a recruiter. I am a software engineer. And as such, I know what it's like to be asked to whip up brilliant algorithms on the spot, and then write flawless code on a whiteboard. I know because I've been asked to do the same thing--in interviews at Google, Microsoft, Apple, and Amazon, among other companies.According to the Last year and this year Data that we have collected from different ... Read more

    $9.99 USD

  • The Well-Grounded Java Developer, Second Edition

    Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more.In The Well-Grounded Java Developer, Second Edition you will learn:The new Java module system and why you should use itBytecode for the JVM, including operations and classloadingPerformance tuning the JVMWorking with Java’s ... Read more

    $58.99 USD

  • Hadoop: The Definitive Guide

    The Definitive Guide

    by Tom White ...
    Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, ... Read more

    $25.99 USD

  • Hands-On Reactive Programming with Reactor

    Build reactive and scalable microservices using the Reactor framework

    by Rahul Sharma ...
    Discover how project Reactor enhances the reactive programming paradigm and allows you to build scalable asynchronous applicationsKey FeaturesUse reactive APIs, Flux, and Mono to implement reactive extensionsCreate concurrent applications without the complexity of Java's concurrent APIUnderstand techniques to implement event-driven and reactive applicationsBook DescriptionReactor is an ... Read more

    $34.99 USD or Free with Kobo Plus

  • Client-Server Web Apps with JavaScript and Java

    Rich, Scalable, and RESTful

    As a Java programmer, how can you tackle the disruptive client-server approach to web development? With this comprehensive guide, you’ll learn how today’s client-side technologies and web APIs work with various Java tools. Author Casimir Saternos provides the big picture of client-server development, and then takes you through many practical client-server architectures. You’ll work with hands-on ... Read more

    $21.99 USD

  • Mastering Hibernate

    Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise application

    by Ramin Rad ...
    Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise applicationKey Features\[\*\] Understand the internals of Hibernate and its architecture, and how it manages Entities, Events, Versioning, Filters, and Cache\[\*\] Observe how Hibernate bridges the gap between object-oriented concepts and relational models\[\*\] Discover how Hibernate can address ... Read more

    $25.99 USD or Free with Kobo Plus

  • Beginning Spring Data

    Data Access and Persistence for Spring Framework 6 and Boot 3

    by Andres Sacco ...
    Series series Professional and Applied Computing (R0)
    Use the popular Spring Data project for data access and persistence using various Java-based APIs such as JDBC, JPA, MongoDB, and more.This book shows how to easily incorporate data persistence and accessibility into your microservices, cloud-native applications, and monolithic enterprise applications. It also teaches you how to perform unit and performance testing of a component that accesses a ... Read more

    $49.99 USD

  • Vert.x in Action

    Asynchronous and Reactive Java

    by Julien Ponge ...
    Vert.x in Action teaches you how to build production-quality reactive applications in Java. This book covers core Vert.x concepts, as well as the fundamentals of asynchronous and reactive programming. Learn to develop microservices by using Vert.x tools for database communications, persistent messaging, and test app resiliency. The patterns and techniques included here transfer to reactive ... Read more

    $49.99 USD

  • Functional Programming in Scala, Second Edition

    This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3.In Functional Programming in Scala, Second Edition you will learn how to:Recognize and write purely functional codeWork with errors without using exceptionsWork with state and concurrencyInteract with functional structures that define common behaviorsWrite code that performs I/O without ... Read more

    $49.99 USD

  • Schaum's Outline of Data Structures with Java, 2ed

    Tough Test Questions? Missed Lectures? Not Enough Time?Fortunately for you, there's Schaum's Outlines. More than 40 million students have trusted Schaum's to help them succeed in the classroom and on exams. Schaum's is the key to faster learning and higher grades in every subject. Each Outline presents all the essential course information in an easy-to-follow, topic-by-topic format. You also get ... Read more

    $23.99 USD

  • Pro Spring

    Series series Professional and Applied Computing (R0)
    Pro Spring updates the perennial bestseller with the latest that the Spring Framework 4 has to offer. Now in its fourth edition, this popular book is by far the most comprehensive and definitive treatment of Spring available.With Pro Spring, you’ll learn Spring basics and core topics, and share the authors’ insights and real–world experiences with remoting, Hibernate, and EJB. Beyond the basics, ... Read more

    $49.99 USD

  • Programming AWS Lambda

    Build and Deploy Serverless Applications with Java

    Serverless revolutionizes the way organizations build and deploy software. With this hands-on guide, Java engineers will learn how to use their experience in the new world of serverless computing. You’ll discover how this cloud computing execution model can drastically decrease the complexity in developing and operating applications while reducing costs and time to market.Engineering leaders John ... Read more

    $41.99 USD

  • 100 Recipes for Programming Java

    by Jamie Munro ...
    Java Recipes are structured in a Cookbook format featuring recipes that contain problem statements and solutions. A detailed explanation follows each problem statement of the recipe. This is usually contained within the solution; however, an optional discussion section can often contain other useful information helping to demonstrate how the solution works.Java is a programming language and ... Read more

    $11.99 USD or Free with Kobo Plus

  • Core Java, Volume I

    Fundamentals

    by Cay Horstmann ...
    Series series Oracle Press for Java
    The Classic Guide to the Java Programming Language--Fully Updated through Java 25Whatever version of Java you are using, Core Java, Volume I: Fundamentals, Fourteenth Edition, will help you achieve a deep and practical understanding of the language and APIs. With hundreds of realistic examples, Java Champion Cay S. Horstmann demonstrates the most powerful and effective ways to get the job done ... Read more

    $64.79 USD

  • Spring Boot Cookbook

    Over 35 recipes to help you build, test, and run Spring applications using Spring Boot

    by Alex Antonov ...
    Over 35 recipes to help you build, test, and run Spring applications using Spring BootKey FeaturesBook DescriptionSpring Boot is Spring's convention-over-configuration solution. This feature makes it easy to create Spring applications and services with absolute minimum fuss. Spring Boot has the great ability to be customized and enhanced, and is specifically designed to simplify development of a ... Read more

    $26.99 USD or Free with Kobo Plus