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 913 - 936 of 1727 Results
Skip side bar filters
  • Learning Java

    An Introduction to Real-World Programming with Java

    Ideal for working programmers new to Java, this best-selling book guides you through the language features and APIs of Java 21. Through fun, compelling, and realistic examples, authors Marc Loy, Patrick Niemeyer, and Dan Leuck introduce you to Java's fundamentals, including its class libraries, programming techniques, and idioms, with an eye toward building real applications.This updated sixth ... Read more

    $67.99 CAD

  • Java数据科学指南

    Chinese Edition

    学习MLlib、DL4j和Weka等开源库,掌握实用的Java数据科学技能Key Features通过Java解决数据科学问题适用于实际生产环境的数据科学模型Book Description现如今,数据科学已经成为一个热门的技术领域,它涵盖了人工智能的各个方面,例如数据处理、信息检索、机器学习、自然语言处理、数据可视化等。而Java作为一门经典的编程语言,在数据科学领域也有着卓越的表现。 本书旨在通过Java编程来引导读者更好地完成数据科学任务。本书通过9章内容,详细地介绍了数据获取与清洗、索引的建立和检索数据、统计分析、数据学习、信息的提取、大数据处理、深度学习、数据可视化等重要主题。 本书适合想通过Java解决数据科学问题的读者,也适合数据科学领域的专业人士以及普通Java开发者阅读。What you will learn通过Java解决数据科学问题清洗和准备数据集 ... Read more

    $44.99 CAD or Free with Kobo Plus

  • Pro Spring Boot 3 with Kotlin

    In-Depth Guide to Best Practices for Cloud-Native and Microservices Development

    Series series Professional and Applied Computing (R0)
    Quickly and productively build complex Kotlin-based Spring applications and microservices out of the box, with minimal concern over things such as configurations. This revised edition will show you how to fully leverage the Spring Boot 3 micro-framework and apply it to create enterprise-ready Kotlin-based cloud-native applications, microservices, and web applications that just work.The book covers ... Read more

    $88.09 CAD

  • Kickstart Operating System Design

    Master Operating Systems (OS) design from fundamentals to future-ready systems! Key Features ● Learn core concepts across desktop, mobile, embedded, and network operating systems. ● Stay updated with modern OS advancements, real-world applications, and best practices. ● Meticulously designed and structured for University syllabi for a structured and practical learning experience. Book Description ... Read more

    $20.54 CAD or Free with Kobo Plus

  • Infinispan data grid platform definitive guide

    Master Infinispan to create scalable and high-performance applications

    Key FeaturesBook DescriptionThis practical guide is intended for those who want to learn how to build extremely scalable applications. This book is easy to read and is aimed at Java enterprise developers with a solid knowledge of Java. However, no previous coding experience with Infinispan is required.What you will learnInstall Infinispan and create the perfect development environmentGet ... Read more

    $41.59 CAD or Free with Kobo Plus

  • RoboGuice e Robotium

    Dependency Injection applicata ad Android

    by Massimo Carli ...
    Series Book 10 - Sviluppare app
    L'obiettivo di ogni sviluppatore Android è semplice: creare la migliore applicazione possibile. Questo ebook presenta due utili strumenti per raggiungere tale, ambizioso, traguardo. Si parte da RoboGuice, un framework che permette di snellire il codice di un'app grazie alla Dependency Injection applicata ad Android. E meno codice vuol dire meno bug e meno costi di manutenzione. Grazie a RoboGuice ... Read more

    $7.99 CAD

  • Java项目驱动开发教程

    《Java项目驱动开发教程》是一本以项目驱动教学模式理念设计的Java入门书。全书内容以软件项目案例驱动,代码实例丰富,项目实训任务饱满,语言通俗易懂,不仅能够使读者全面掌握Java面向对象编程技术,还能够提升读者使用Java语言开发软件项目的能力。本书配套示例源代码、PPT课件、教学大纲、课程设计指导书、实训任务指导书、课后练习答案及Java核心编程参考文档等资源。 《Java项目驱动开发教程》分为3个专题,共14章,3个专题分别以面向过程版的商超购物管理系统、面向对象版的超市购物系统、端对端聊天系统为贯穿项目,内容包括Java开发入门、Java的基本语法、Java程序流程控制、数组、Java类和对象、Java继承和多态、Java抽象类和接口、Java异常处理、Java图形界面编程、Java集合、Java多线程、Java网络编程、Java IO流、Java反射机制。 ... Read more

    $23.99 CAD

  • Programming Concurrency on the JVM

    Mastering Synchronization, STM, and Actors

    More than ever, learning to program concurrency is critical to creating faster, responsive applications. Speedy and affordable multicore hardware is driving the demand for high-performing applications, and you can leverage the Java platform to bring these applications to life.Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) ... Read more

    $32.99 CAD

  • 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

    $49.99 CAD or Free with Kobo Plus

  • Learn Kotlin Programming

    A comprehensive guide to OOP, functions, concurrency, and coroutines in Kotlin 1.3

    Delve into the world of Kotlin and learn to build powerful Android and web applicationsKey FeaturesLearn the fundamentals of Kotlin to write high-quality codeTest and debug your applications with the different unit testing frameworks in KotlinExplore Kotlin's interesting features such as null safety, reflection, and annotationsBook DescriptionKotlin is a general-purpose programming language used ... Read more

    $33.59 CAD or Free with Kobo Plus

  • Hands-On Design Patterns with Kotlin

    Build scalable applications using traditional, reactive, and concurrent design patterns in Kotlin

    by Alexey Soshin ...
    Make the most of Kotlin by leveraging design patterns and best practices to build scalable and high performing appsKey Features\[\*\] Understand traditional GOF design patterns to apply generic solutions\[\*\] Shift from OOP to FP; covering reactive and concurrent patterns in a step-by-step manner\[\*\] Choose the best microservices architecture and MVC for your development environmentBook ... Read more

    $41.59 CAD or Free with Kobo Plus

  • Java

    De 0 a Experto

    Java de 0 a Experto.Con este increíble manual aprenderás todo lo necesario para convertirte en un experto en Java.No necesitas saber programar, aquí lo tendrás todo super explicado y con más de 50 ejercicios resueltos para que puedas practicar cada punto del manual.Con este manual aprenderás:Bases sólidas de Java.Utilizar Spring JPA.Saber que es lo que utiliza una emp... ... Read more

    $6.43 CAD

  • Java Full Stack Interview Questions: Your Ultimate Preparation Guide

    by Yash d. ...
    Unlock Your Potential with "Java Full Stack Interview Questions: Your Ultimate Preparation Guide"!Are you ready to ace your Java Full Stack Developer interview? This comprehensive guide is designed to equip you with all the essential knowledge and skills needed to succeed in your job search.Key Features:Extensive Coverage: Dive into a vast collection of interview questions that cover both frontend ... Read more

    $6.99 CAD or Free with Kobo Plus

  • Oracle JDeveloper 11gR2 Cookbook

    Using JDeveloper to build ADF applications is a lot more straightforward when you learn through practical recipes. This book has over 85 of them to take you beyond the basics and raise your knowledge to a new level.

    Using JDeveloper to build ADF applications is a lot more straightforward when you learn through practical recipes. This book has over 85 of them to take you beyond the basics and raise your knowledge to a new level.Key FeaturesEncounter a myriad of ADF tasks to help you enhance the practical application of JDeveloper 11gR2Get to grips with deploying, debugging, testing, profiling and optimizing ... Read more

    $60.79 CAD or Free with Kobo Plus

  • High Performance Android Apps

    Improve Ratings with Speed, Optimizations, and Testing

    by Doug Sillars ...
    Unique and clever ideas are important when building a hot-selling Android app, but the real drivers for success are speed, efficiency, and power management. With this practical guide, you’ll learn the major performance issues confronting Android app developers, and the tools you need to diagnose problems early.Customers are finally realizing that apps have a major role in the performance of their ... Read more

    $35.99 CAD

  • HBase High Performance Cookbook

    Solutions for optimization, scaling and performance tuning

    Exciting projects that will teach you how complex data can be exploited to gain maximum insightsKey Features\[\*\] Architect a good HBase cluster for a very large distributed system\[\*\] Get to grips with the concepts of performance tuning with HBase\[\*\] A practical guide full of engaging recipes and attractive screenshots to enhance your system’s performanceBook DescriptionApache HBase is a ... Read more

    $47.19 CAD or Free with Kobo Plus

  • RabbitMQ in Depth

    by Gavin M. Roy ...
    SummaryRabbitMQ in Depth is a practical guide to building and maintaining message-based applications. This book provides detailed coverage of RabbitMQ with an emphasis on why it works the way it does.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyAt the heart of most modern distributed applications is a queue that ... Read more

    $65.99 CAD

  • Cruising Along with Java

    Modernize and Modularize with the Latest Features

    Java is on a fast-paced development schedule that brings with it improved design capabilities and enhancements for application security. Learn about the changes to Java, from version 9 to 24, and apply new features to build enterprise applications faster and with fewer errors. Get up to speed on how to make your code concise, expressive, and less error prone, and create better OO programs with the ... Read more

    $47.99 CAD

  • Spring in Action

    by Craig Walls ...
    SummarySpring in Action, 5th Edition is the fully updated revision of Manning's bestselling Spring in Action. This new edition includes all Spring 5.0 updates, along with new examples on reactive programming, Spring WebFlux, and microservices. You'll also find the latest Spring best practices, including Spring Boot for application setup and configuration.Purchase of the print book includes a free ... Read more

    $46.99 CAD

  • Apprenez à programmer en Java

    by Cyrille Herby ...
    Series series OpenClassrooms
    Vous aimeriez apprendre à programmer en Java, mais vous débutez dans la programmation ?Pas de panique ! Vous tenez dans vos mains un livre conçu pour les débutants qui souhaitent se former à Java, le langage de programmation incontournable des professionnels !De quoi permettre d'apprendre pas à pas à développer vos premiers programmes. ... Read more

    $43.53 CAD

  • Apache Kafka

    Series Book 164 - shortcuts
    In diesem shortcut geht es um Apache Kafka, den verteilten, partitionierenden und replizierenden Service für Datenströme. Kapitel 1 stellt die Konzepte vor, mithilfe derer Apache Kafka seine Funktionen zur Verfügung stellt, und erläutert deren effektive Performance. Im zweiten Kapitel geht es um die Abfrage und Verwaltung aktueller und historischer Definitionen von Datenstrukturen mithilfe von ... Read more

    $4.99 CAD or Free with Kobo Plus

  • Derinlemesine Java Advanced Features

    by Onder Teker ...
    Bu kitapta Java'daki ileri özellikler anlatılmaktadır. İleri olarak adlandırılmakla birlikte her geliştiricinin çok iyi bilmesi gereken konulardır. Bunlar bilinmeden profesyonel geliştirme yapmaya olanak yoktur. Java'da her alanda bunlar sürekli ve yoğun biçimde kullanılmaktadırlar. İçerikte şu konular ayrıntılı olarak anlatılmaktadır. Generics (Templates), Annotations, Lambda Expressions & ... Read more

    $0.99 CAD or Free with Kobo Plus

  • Kafka Streams in Action, Second Edition

    by Bill Bejeck ...
    Series series In Action
    Everything you need to implement stream processing on Apache Kafka using Kafka Streams and the kqsIDB event streaming database.Kafka Streams in Action, Second Edition guides you through setting up and maintaining your streaming processing with Kafka. Inside, you’ll find comprehensive coverage of not only Kafka Streams, but the entire toolbox you’ll need for effective streaming—from the components ... Read more

    $77.99 CAD

  • Camel in Action

    SummaryCamel in Action, Second Edition is the most complete Camel book on the market. Written by core developers of Camel and the authors of the highly acclaimed first edition, this book distills their experience and practical insights so that you can tackle integration tasks like a pro.Forewords by James Strachan and Dr. Mark LittlePurchase of the print book includes a free eBook in PDF, Kindle, ... Read more

    $90.99 CAD