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 145 - 168 of 1703 Results
Skip side bar filters
  • Java EE 7 Development with WildFly

    If you are a Java developer who wants to learn about Java EE, this is the book for you. It's also ideal for developers who already have experience with the Java EE platform but would like to learn more about the new Java EE 7 features by analyzing fully functional sample applications using the new application server WildFly. ... Read more

    PHP1,616.09 or Free with Kobo Plus

  • Mastering Apache Maven 3

    If you are working with Java or Java EE projects and you want to take full advantage of Maven in designing, executing, and maintaining your build system for optimal developer productivity, then this book is ideal for you. You should be well versed with Maven and its basic functionality if you wish to get the most out of the book. ... Read more

    PHP1,540.69 or Free with Kobo Plus

  • Mastering JavaServer Faces 2.2

    A homogenous guide integrating the features of JSF 2.x (2.0, 2.1 and 2.2), following a “learning through examples” paradigm with its main focus on the advanced concepts of JSF. If you are a web developer who uses JSF, this is the book for you. Catering to an intermediate-advanced audience, the book assumes you have fundamental knowledge of JSF. It is intended for the developer who wants to improve ... Read more

    PHP1,981.09 or Free with Kobo Plus

  • 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

    PHP1,435.49 or Free with Kobo Plus

  • Java FX 8 Essentials

    Create amazing Java GUI applications with this hands-on, fast-paced guide

    by Mohamed Taman ...
    Key FeaturesBook DescriptionIf you are a Java developer, an experienced Java Swing, Flash/Flex, SWT, or web developer looking to take your client-side applications to the next level, this book is for you.What you will learnDeliver complex, compelling, and high performance JavaFX 8 applications with new impressive Java SE 8 core features and enhancementsRun JavaFX applications on embedded devices ... Read more

    PHP1,590.29 or Free with Kobo Plus

  • Java Programming Exercises

    Volume One: Language Fundamentals and Core Concepts

    Take the first step in raising your coding skills to the next level, and test your Java knowledge on tricky programming tasks, with the help of the pirate Captain CiaoCiao. This is the first of two volumes which provide you with everything you need to excel in your Java journey, including tricks that you should know in detail as a professional, as well as intensive training for clean code and ... Read more

    PHP4,518.83

  • Java for RPG Programmers

    3rd edition

    As the roles of Java in business and e-business applications continue to grow, all iSeries and AS/400 IT professionals have a choice to make—learn Java or get left behind. Programmers, development managers, and architects who want to stay on the cutting edge of their careers must learn how to use and understand Java. IBM is not abandoning RPG, but more and more Java is finding a role in leading ... Read more

    PHP4,505.73 or Free with Kobo Plus

  • Java Programming for Spatial Sciences

    by Jo Wood ...
    The Java programming language has been one of the most exciting internet-friendly technologies to emerge in the last decade. Java Programming for Spatial Sciences introduces the subject to those who wish to use computers to handle information with a geographical element. The book introduces object-oriented modeling including key concepts suc ... Read more

    PHP3,012.36

  • Introduction to Programming in Java

    An Interdisciplinary Approach

    This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.Programming skills are indispensable in today’s world, not just for computer science students, but also for anyone in any scientific or technical discipline. Introduction to Programming in Java, Second Edition, by Robert Sedgewick and Kevin ... Read more

    PHP3,128.29

  • Java Essentials Volume 1

    Learn Java, Variables, Control Flow, and Methods with Hands-On Coding Exercises and Examples for Beginners

    Learn Java, Variables, Control Flow, and Methods with Hands-On Coding Exercises and Examples for Beginners. Take your first steps into Java programming with clear lessons, simple code, and hands-on learningStart your programming journey the right way-with solid fundamentals, real-world examples, and a friendly, instructor-guided approach.Whether you're a self-learner or budding professional, this ... Read more

    PHP1,876.89 or Free with Kobo Plus

  • Functional and Concurrent Programming

    Core Concepts and Features

    Leverage Modern Language Constructs to Write High-Quality Code FasterThe functional and concurrent programming language features supported by modern languages can be challenging, even for experienced developers. These features may appear intimidating to OOP programmers because of a misunderstanding of how they work. Programmers first need to become familiar with the abstract concepts that underlie ... Read more

    PHP3,024.09

  • Oracle Mobile Application Framework Developer Guide: Build Multiplatform Enterprise Mobile Apps

    Build Enterprise Applications with JDeveloper for iOS & Android

    by Luc Bors ...
    Master Oracle Mobile Application FrameworkIn Oracle Mobile Application Framework Developer Guide, Oracle ACE Luc Bors explains how to use this powerful tool to create multiplatform mobile apps based on a single code base. Detailed examples and ready-to-use code are provided throughout the book. A complete, step-by-step sample application highlights the robust functionality of Oracle Mobile ... Read more

    PHP2,878.59

  • Full Stack Development with Spring Boot 3 and React

    Build modern web applications using the power of Java, React, and TypeScript

    by Juha Hinkula ...
    Get up and running with the Spring Boot and React stack – build an app from start to finish, test the frontend and backend, and deploy. Now with TypeScript code! Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesUse Spring Boot 3 to create powerful, complex, and secure backends for your applicationsLeverage React to build slick, high-performance frontendsGet introduced to ... Read more

    PHP1,727.09 or Free with Kobo Plus

  • 零基础案例学Java——编程实践365例

    by 王翠萍 ...
    《零基础案例学Java——编程实践365例》为希望在人工智能浪潮中打下坚实编程基础的读者而写。书中以“案例驱动+实战演练”为核心,将抽象的编程概念转化为一个个生动、实用的实战案例,帮助读者深入理解 Java 开发的精髓。 本书全面覆盖 Java 开发岗位所需的核心知识点。全书共 18 章,主要内容包括 认识 Java,走进 Java 世界,Java 基本语法,控制语句,操作字符串,数组,类和对象,继承与多态,抽象类、接口和各种类,异常处理,使用集合存储数据,泛型和反射,常用类库与正则表达式,I/O 流编程,GUI 编程,多线程,网络编程,以及数据库编程等。本书坚持“从做中学”,采用知识讲解→范例导学→编程实战→综合实战的学习路线,确保每一步都有代码可练,让读者在动手实践中系统掌握 Java 开发技术。 ... Read more

    PHP692.41

  • Go Programming Language (2026)

    Learn How to Program Go in One Day and Learn It Well. Go for Beginners with Hands-on Project

    Discover the Power of GO Programming: Your Gateway to Software Excellence!Are you ready to embark on a journey into the world of GO programming? Look no further – we're here to guide you through the intricacies of this dynamic language. Developed by Google luminaries Robert Griesemer, Rob Pike, and Ken Thompson in 2007, GO language offers a statically-typed syntax reminiscent of C, coupled with ... Read more

    PHP1,745.75 or Free with Kobo Plus

  • Programming Clojure, Fourth Edition

    by Alex Miller ...
    Quickly turn complex problems into simple, working solutions using functional programming, safe concurrency, and the expressive tools of Clojure.Struggling with unnecessary complexity, unmanaged state, and brittle data that’s hard to change? Clojure combines the expressiveness of Lisp with the stability and performance of Java into a practical toolkit for creating simple, extensible applications. ... Read more

    PHP1,459.69

  • Mastering Data Engineering and Analytics with Databricks

    by Manoj Kumar ...
    Master Databricks to Transform Data into Strategic Insights for Tomorrow’s Business Challenges Key Features ● Combines theory with practical steps to master Databricks, Delta Lake, and MLflow. ● Real-world examples from FMCG and CPG sectors demonstrate Databricks in action. ● Covers real-time data processing, ML integration, and CI/CD for scalable pipelines. ● Offers proven strategies to optimize ... Read more

    PHP398.39 or Free with Kobo Plus

  • Moderne Software-Entwicklung mit Java und JEE

    Ein praxisorientiertes Lehrbuch für effiziente Programmierung

    Series series Computer Science and Engineering (German Language)
    In diesem Buch werden die Programmierkonzepte der Sprache Java und der JEE vorgestellt. Eine methodische Abgrenzung zu anderen Programmiersprachen wird durchgeführt, um die Kerneigenschaften von objektorientierter Entwicklung mit Java im Vergleich zu anderen Sprachen herauszuarbeiten. Ein besonderer Fokus liegt auf dem praxistauglichen Einsatz der Konzepte. Daher wird von Beginn an ein starker ... Read more

    PHP2,295.69

  • Secure RESTful APIs

    Simple Solutions for Beginners

    Series series Professional and Applied Computing (R0)
    Secure your RESTful APIs with confidence and efficiency. This straightforward guide outlines the essential strategies and best practices for protecting sensitive data when developing RESTful APIs for your applications.Inside, you’ll explore the fundamental functionalities to implement industry-standard authentication authorization mechanisms for Java applications. With chapters covering key ... Read more

    PHP1,393.49

  • Programming Basics

    Getting Started with Java, C#, and Python

    by Robert Ciesla ...
    Series series Professional and Applied Computing (R0)
    Explore the basics of the three most popular programming languages: C#, Java, and Python and see what it's like to function in today's world from the perspective of a programmer. This book's uses is highly practical approach with numerous code listings aimed at bringing generations together through the intricacies of technology.You'll learn how understanding the basics of coding benefits non ... Read more

    PHP3,616.49

  • API Marketplace Engineering

    Design, Build, and Run a Platform for External Developers

    Series series Professional and Applied Computing (R0)
    This is your hands-on guide to designing, building, and operating an API Marketplace to allow your organization to expose internal services and customer data securely for use by external developers. The book shows the mutual nature of a relationship in which organizations benefit from revenue and the reach of a new digital channel and third-party developers benefit from leveraging APIs to build ... Read more

    PHP3,616.49

  • Artificial Neural Networks with Java

    Tools for Building Neural Network Applications

    by Igor Livshin ...
    Series series Professional and Applied Computing (R0)
    Develop neural network applications using the Java environment. After learning the rules involved in neural network processing, this second edition shows you how to manually process your first neural network example. The book covers the internals of front and back propagation and helps you understand the main principles of neural network processing. You also will learn how to prepare the data to ... Read more

    PHP3,846.19