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 409 - 432 of 1731 Results
Skip side bar filters
  • DATA SCIENCE WITH JDBC AND SQLITE USING OBJECT-ORIENTED APPROACH AND APACHE NETBEANS IDE

    In this project, you will develop step by step implementation of JDBC/SQLITE with object-oriented approach using SQLite version of an Oracle sample database named electronics. You will be taught how to plot country distribution in each region; location distribution in each country and region; warehouse distribution in each country, region, and city; product distribution by category name; ... Read more

    $19.99 USD or Free with Kobo Plus

  • Enterprise JavaBeans 3.0

    If you're up on the latest Java technologies, then you know that Enterprise JavaBeans (EJB) 3.0 is the hottest news in Java this year. In fact, EJB 3.0 is being hailed as the new standard of server-side business logic programming. And O'Reilly's award-winning book on EJB has been refreshed just in time to capitalize on the technology's latest rise in popularity.This fifth edition, written by Bill ... Read more

    $28.99 USD

  • Effective Java Programming: Advanced Features and Modern Coding Approachs

    Effective Java Programming is geared towards seasoned developers and novices alike. This guide explores slightly more advanced Java techniques, while being presented in our popular, easy to understand format. The topics in this book will prove invaluable to anyone currently using Java, no matter your skill level. With numerous examples and step by step descriptions, you will be able to master this ... Read more

    $29.69 USD

  • Lift Cookbook

    Recipes from the Community for Building Web Applications with Scala

    If you need help building web applications with the Lift framework, this cookbook provides scores of concise, ready-to-use code solutions. You’ll find recipes for everything from setting up a coding environment to creating REST web services and deploying your application to production.Built on top of the Scala JVM programming language, Lift takes a different—yet ultimately easier—approach to ... Read more

    $15.99 USD

  • Designing and Developing for Google Glass

    Thinking Differently for a New Platform

    Creating apps for Google Glass is more involved than simply learning how to navigate its hardware, APIs, and SDK. You also need the right mindset. While this practical book delivers the information and techniques you need to build and deploy Glass applications, it also helps you to think for Glass by showing you how the platform works in, and affects, its environment.In three parts—Discover, ... Read more

    $30.99 USD

  • Derinlemesine Java Database Programming

    by Onder Teker ...
    Bu kitapta Java ile Veritabanı Programlama anlatılmaktadır. SQL ile JDBC konuları temelden en ileriye dek açıklanmaktadır. JPA / ORM konularına giriş niteliğinde bilgiler verilmektedir. XML için JAXP, JSON için de JSON-P kütüphaneleri kapsama alınmıştır. IO, yeni gelen NIO, Socket / Network programlama gibi veri iletişimi ve saklaması konuları işlenmektedir. Multi-Threaded programlama ve ... Read more

    $0.99 USD

  • Java EE 7

    Enterprise-Anwendungsentwicklung leicht gemacht

    by Dirk Weil ...
    Java EE stellt schon seit mehr als einem Jahrzehnt eine verlässliche und tragfähige Plattform zur Entwicklung von Enterprise-Anwendungen dar. Die Version 7 fügt der Plattform einige lang erwartete Features hinzu. Das Buch zeigt anhand vieler Beispiele, wie einfach Software für die Java-EE-Plattform erstellt werden kann. So wird stückweise ein leistungsfähiger, aber überschaubarer Stack für ... Read more

    $30.99 USD or Free with Kobo Plus

  • Practical Programming 6 in 1

    Python Machine Learning, JavaScript, React 17, And Angular With Typescript

    by Richie Miller ...
    If you want to discover how to become a software developer using Angular with TypeScript, Python for Machine Learning, React.JS or JavaScript, this book is for you!6 BOOKS IN 1 DEAL!· BOOK 1: ANGULAR FRAMEWORK ESSENTIALS - OPEN SOURCE WEB APP DEVELOPMENT USING ANGULAR & TYPESCRIPT· BOOK 2: PYTHON MACHINE LEARNING - ALGORITHM DESIGN & PRACTICAL CODE EXECUTIO... ... Read more

    $9.99 USD

  • Building Enterprise IoT Solutions with Eclipse IoT Technologies

    An Open Source Approach to Edge Computing

    Series series Professional and Applied Computing (R0)
    Build IoT solutions for the enterprise using open-source building blocks from the Eclipse IoT Working Group at the Eclipse Foundation. This book introduces you to key protocols and their implementations, such as CoAP (Eclipse Californium), DDS (Eclipse Cyclone DDS), LwM2M (Eclipse Leshan), and MQTT (Eclipse Paho, Eclipse Mosquitto, and Eclipse Amlen). You will learn about Edge Computing platforms ... Read more

    $44.99 USD

  • Java Data Science Cookbook

    Explore the power of MLlib, DL4j, Weka, and more

    by Rushdi Shams ...
    Recipes to help you overcome your data science hurdles using JavaKey Features\[\*\] This book provides modern recipes in small steps to help an apprentice cook become a master chef in data science\[\*\] Use these recipes to obtain, clean, analyze, and learn from your data\[\*\] Learn how to get your data science applications to production and enterprise environments effortlesslyBook DescriptionIf ... Read more

    $41.39 USD or Free with Kobo Plus

  • Programmando Android

    Una guida che ci trasporta dentro la programmazione Android con brevi esempi utilizzando il linguaggio Java ... Read more

    $4.75 USD

  • Getting Started with Java ME Embedded 8 and Raspberry Pi

    Java ME Embedded 8 supports Raspberry Pi development. This book helps you to get started writing program to access device I/O on Raspberry Pi. The following is highlight topics in this book:* Preparing development environment* Creating simple app, hello world* Raspberry Pi GPIO* Serial Communication - UART* Raspberry Pi I2C/TWI* Raspberry Pi SPISeveral sample codes are be provided to illustrate ... Read more

    $3.49 USD

  • Mockito Made Clear

    by Ken Kousen ...
    Mockito is the most popular framework in the Java world for automating unit testing with dependencies. Learn the Mockito API and how and when to use stubs, mocks, and spies. On a deeper level, discover why the framework does what it does and how it can simplify unit testing in Java. Using Mockito, you'll be able to isolate the code you want to test from the behavior or state of external ... Read more

    $11.99 USD

  • Java Quick Syntax Reference

    by Mikael Olsson ...
    Series series Professional and Applied Computing (R0)
    The Java Quick Syntax Reference is a condensed code and syntax reference to the Java programming language. It presents the essential Java syntax in a well-organized format that can be used as a handy reference.You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and ... Read more

    $23.99 USD

  • Java Core Programmierung

    Memory Model und Garbage Collection

    Für Java-Entwickler sind nicht nur die Sprachelemente der Programmiersprache Java und die umfangreichen Bibliotheken des JDK (Java Development Kit) von Bedeutung; auch die Ablaufumgebung (JVM = Java Virtual Machine) ist relevant für die Software-Entwicklung in Java. Das vorliegende Buch "Java Core Programmierung" befasst sich mit zwei grundlegenden und wichtigen Aspekten der Java-Ablaufumgebung: ... Read more

    $21.99 USD or Free with Kobo Plus

  • Elastic Beanstalk

    Simple Cloud Scaling for Java Developers

    While it's always been possible to run Java applications on Amazon EC2, Amazon's Elastic Beanstalk makes the process easier—especially if you understand how it works beneath the surface. This concise, hands-on book not only walks you through Beanstalk for deploying and managing web applications in the cloud, you'll also learn how to use this AWS tool in other phases of development.Ideal if you're ... Read more

    $13.99 USD

  • Ajax Hacks

    Tips & Tools for Creating Responsive Web Sites

    Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response.Taking complete advantage of Ajax, however, ... Read more

    $17.99 USD

  • Derinlemesine Java - ORM, JPA & Hibernate

    by Onder Teker ...
    ORM (Object-Relational Mapping) KavramlarıJPA (Java Persistence API) Temel, Orta ve İleri Düzey KonularıHibernate hem XML hem de Annotation ile kullanımıUygulamalı Anlatımlar ve Örnek Proje PrototipleriMySQL, NetBeans ve Eclipse Ekran Görüntüleri ... Read more

    $0.99 USD or Free with Kobo Plus

  • JavaScript Bootcamp: From Zero To Hero

    Hands-On Learning For Web Developers

    by Rob Botwright ...
    JavaScript Bootcamp: From Zero to Hero - Hands-On Learning for Web Developers Are you ready to become a web development hero? Look no further than our comprehensive book bundle, "JavaScript Bootcamp: From Zero to Hero." Whether you're a newcomer to the world of web development or an experienced coder looking to master JavaScript, this bundle is your ultimate guide. Book 1 - JavaScript ... Read more

    $7.99 USD or Free with Kobo Plus

  • Java Full Course 2026: From Beginner to Expert, A Complete Programming Course

    by K.S. RATHORE ...
    Start your journey into one of the world's most powerful and in-demand programming languages with this fully updated 2026 edition. Designed for absolute beginners and ambitious learners alike, this comprehensive coursebook takes you from the fundamentals of Java to advanced, real-world development skills.Whether you want to build applications, prepare for tech interviews, switch careers, or ... Read more

    $1.99 USD or Free with Kobo Plus

  • Mule in Action

    SummaryMule in Action, Second Edition is a totally-revised guide covering Mule 3 fundamentals and best practices. It starts with a quick ESB overview and then dives into rich examples covering core concepts like sending, receiving, routing, and transforming data.About the TechnologyAn enterprise service bus is a way to integrate enterprise applications using a bus-like infrastructure. Mule is the ... Read more

    $49.99 USD

  • OpenCL in Action

    How to accelerate graphics and computations

    SummaryOpenCL in Action is a thorough, hands-on presentation of OpenCL, with an eye toward showing developers how to build high-performance applications of their own. It begins by presenting the core concepts behind OpenCL, including vector computing, parallel programming, and multi-threaded operations, and then guides you step-by-step from simple data structures to complex functions.About the ... Read more

    $58.99 USD

  • JUnit Recipes

    Practical Methods for Programmer Testing

    When testing becomes a developer's habit good things tend to happen--good productivity, good code, and good job satisfaction. If you want some of that, there's no better way to start your testing habit, nor to continue feeding it, than with"" JUnit Recipes,"" In this book you will find one hundred and thirty-seven solutions to a range of problems, from simple to complex, selected for you by an ... Read more

    $49.99 USD

  • RabbitMQ in Action

    Distributed Messaging for Everyone

    SummaryRabbitMQ in Action is a fast-paced run through building and managing scalable applications using the RabbitMQ messaging server. It starts by explaining how message queuing works, its history, and how RabbitMQ fits in. Then it shows you real-world examples you can apply to your own scalability and interoperability challenges.About the TechnologyThere's a virtual switchboard at the core of ... Read more

    $49.99 USD