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 649 - 672 of 1730 Results
Skip side bar filters
  • Mastering Clojure Data Analysis

    This book consists of a practical, example-oriented approach that aims to help you learn how to use Clojure for data analysis quickly and efficiently. This book is great for those who have experience with Clojure and need to use it to perform data analysis. This book will also be hugely beneficial for readers with basic experience in data analysis and statistics. ... Read more

    $34.19 USD or Free with Kobo Plus

  • JavaServer Faces: The Complete Reference

    Ideal for the 3+ million Java developers, this fast-paced tutorial offers in-depth coverage of JavaServer Faces (JSF) -- Sun Microsystem's Web application architecture for the future. Co-written by the #1 JSF expert in the Java community, this book offers the most complete resource on JSF available. * Extensive coverage on JSF custom component development * Serves as a thorough introduction to ... Read more

    $46.79 USD

  • CORE JAVA Interview Questions You'll Most Likely Be Asked

    Series Book 8 - Job Interview Questions series
    290 CORE JAVA Interview Questions77 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsCORE JAVA Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going throug... ... Read more

    $8.99 USD

  • The Z Garbage Collector

    In JDK 25

    This book explains how the Z Garbage Collector was designed, why it was designed this way, the common pitfalls to avoid when using ZGC in JDK 25 and how to get useful information from the garbage collector.Java is one of the most widely used programming languages in the world. It is a memory-safe language that completely relies on a good garbage collection (GC) algorithm to work well. The Z ... Read more

    $68.99 USD

  • Java: быстрый старт

    Всегда хотели научиться программировать на Java, но не знаете, с чего начать? Или хотите быстро перейти с другого языка на Java? Уже перепробовали множество книг и курсов, но ничего не подходит? Серия «Быстрый старт» — отличное решение, и вот почему: сложные понятия разбиты на простые шаги — вы сможете освоить язык Java, даже если никогда раньше не занимались программированием; все фундаментальные ... Read more

    $9.99 USD or Free with Kobo Plus

  • Effective Akka

    Patterns and Best Practices

    by Jamie Allen ...
    Avoid common mistakes when building distributed, asynchronous, high-performance software with the Akka toolkit and runtime. With this concise guide, author Jamie Allen provides a collection of best practices based on several years of using the actor model. The book also includes examples of actor application types and two primary patterns of actor usage, the Extra Pattern and Cameo Pattern.Allen, ... Read more

    $11.59 USD

  • Explorando APIs e bibliotecas Java

    JDBC, IO, Threads, JavaFX e mais

    Uma vez que você aprende Orientação a Objetos e o básico do Java, é necessário se tornar fluente em suas APIs, que não são poucas. Um programador Java eficaz conhece o que há disponível e sabe quando pode usar cada uma das possibilidades que a linguagem lhe oferece. É isso que queremos para você. Rodrigo Turini ensina como lidar com as diferentes APIs do Java com exemplos práticos e que são ... Read more

    $9.99 USD or Free with Kobo Plus

  • Android Programming for Beginners

    Build in-depth, full-featured Android apps starting from zero programming experience

    by John Horton ...
    Learn the Java and Android skills you need to start developing powerful mobile applications with the help of actionable stepsKey FeaturesKick-start your Android programming career or just have fun publishing apps to the Google Play marketplaceGet a first principles introduction to using Java and Android and prepare to start building your own apps from scratchLearn by example by building four real ... Read more

    $34.19 USD or Free with Kobo Plus

  • La Programmazione in JAVA

    by Nino Paiotta ...
    Questo testo è rivolto sia a chi vuole iniziare ad imparare a programmare in questo tipo di linguaggio, sia per coloro che vogliono approfondire le conoscenze, infatti in questo testo partiamo dalle basi della programmazione fino a trattare argomenti avanzati, facendo esempi semplici per evitare per coloro che sono meno esperti di perdersi blocchi di codice lunghi e complicati.Ci sono molti esempi ... Read more

    $3.99 USD or Free with Kobo Plus

  • Learning LEGO MINDSTORMS EV3

    by Gary Garber ...
    About This BookOptimize the use of multiple sensors to build a robot that navigates and interacts with its environmentWork with both the Home Edition and the Educational Edition of the LEGO EV3 Mindstorms kitA practical guide with step-by-step building instructions to help you create your very own robotWho This Book Is ForThis book is for the hobbyists, builders, and programmers who want to build ... Read more

    $27.59 USD or Free with Kobo Plus

  • Enhanced Java: Step-by-Step Java Book (3th Edition)

    by Jamie Bloch ...
    Java Made Easy – a Step-by-Step Guide for BeginnersLearning a programming language can seem like a daunting task. You may have looked at coding in the past, and felt it was too complicated and confusing. This comprehensive beginner’s guide will take you step by step through learning one of the best programming languages out there. In a matter of no time, you will be writing code like a ... Read more

    $31.49 USD

  • A complete Reference of PHP

    technical, #2018

    by priyanka ...
    Series Book 2018 - technical
    PHP: The Complete Reference is a book that provides the readers with key insights into developing dynamic websites using PHP.Summary Of The BookPHP is classified as a server-side scripting language that is used for web development, which can also be utilized as a general-purpose programming language. PHP is installed on over 244 million sites and around 2.1 million servers. PHP: The Complete ... Read more

    $2.99 USD or Free with Kobo Plus

  • Modern Systems Programming with Scala Native

    Write Lean, High-Performance Code without the JVM

    Access the power of bare-metal systems programming with Scala Native, an ahead-of-time Scala compiler. Without the baggage of legacy frameworks and virtual machines, Scala Native lets you re-imagine how your programs interact with your operating system. Compile Scala code down to native machine instructions; seamlessly invoke operating system APIs for low-level networking and IO; control pointers, ... Read more

    $28.79 USD

  • Mastering NGINX for Site Reliability and Performance Optimization

    by Richa Garg ...
    Unlock the power of NGINX to boost performance and scale effortlessly. Key Features ● Learn NGINX from basics to advanced with expert guidance, from installation to high-performance configurations. ● Reinforce your skills with practical examples and detailed solutions for real-world applications. ● Step-by-step beginner-friendly approach with clear explanations, making complex concepts easy to ... Read more

    $19.99 USD or Free with Kobo Plus

  • Dart in Action

    by Chris Buckett ...
    SummaryDart in Action introduces Google's Dart language and provides techniques and examples showing how to use it as a viable replacement for Java and JavaScript in browser-based desktop and mobile applications. It begins with a rapid overview of Dart language and tools, including features like interacting with the browser, optional typing, classes, libraries, and concurrency with isolates. After ... Read more

    $49.99 USD

  • Java GC Tutorials - Herong's Tutorial Examples

    by Herong Yang ...
    This book is a collection of tutorial notes and sample codes written by the author while he was learning JVM GC (Garbage Collection) processes. Topics include Java Garbage Collectors, STW (Stop-The-World), Serial Collector, Parallel Collector, Concurrent Collector, G1 Collector, GC Algorithms, Generational GC, Regional GC, Heap Memory Management, Young/New Generation, Tenured/Old Generation, ... Read more

    $4.99 USD

  • Go for Java Programmers

    Learn the Google Go Programming Language

    Series series Professional and Applied Computing (R0)
    Get an in-depth introduction to the Go programming language and its associated standard runtime libraries. This book is targeted towards programmers that already know the Java programming language and uses that Java knowledge to direct the learning of Go. You will get a deep understanding of the Go language and obtain a good introduction to the extensive Go standard libraries.This book teaches Go ... Read more

    $49.99 USD

  • 机器学习开发者指南

    Chinese Edition

    一本通过学习统计、分析和机器学习的方法,来提升开发者解决日常问题的能力的指南Key Features通过有趣的示例实现回归、聚类、分类、神经网络Book Description本书将带领读者学习如何实施各种机器学习技术及其日常应用的开发。本书分为9章,从易于掌握的语言基础数据和数学模型开始,向读者介绍机器学习领域中使用的各种库和框架,然后通过有趣的示例实现回归、聚类、分类、神经网络等,从而解决如图像分析、自然语言处理和时间序列数据的异常检测等实际问题。 本书适合机器学习的开发人员、数据分析人员、机器学习领域的从业人员,以及想要学习机器学习的技术爱好者阅读。使用任何脚本语言的编程人员都可以阅读本书,但如果熟悉Python语言的话,将有助于充分理解本书的内容。What you will learn通过简单易懂的方法学习数学和机器学习的原理;了解广泛使用的机器学习算法和技术 ... Read more

    $35.99 USD or Free with Kobo Plus

  • Ultimate Genetic Algorithms with Python

    Harness Genetic Algorithms to Build the Next Generation of Adaptive AI. Key Features ● Step-by-step tutorials on Genetic Algorithms, using PyGAD and DEAP. ● Real-world Genetic Algorithm applications in ML, DL, NLP, CV, and RL. ● Advanced coverage of evolutionary and metaheuristic algorithms. ● Integration of Genetic Algorithms with generative and agent-based AI systems. Book Description Genetic ... Read more

    $24.99 USD or Free with Kobo Plus

  • Gradle Dependency Management

    Gradle Dependency Management

    Key FeaturesBook DescriptionIf you work on Java projects, use Gradle as a build automation tool, and you use dependencies in your project, this is the book for you. Additionally, if you want to deploy your project artifacts as dependencies for other developers using Gradle, you've found the right book.What you will learnDefine dependencies in your Java projectsPublish your artifacts to Maven and ... Read more

    $25.69 USD or Free with Kobo Plus

  • Ultimate VMware NSX for Professionals

    Unleash the Power of NSX Datacenter for Seamless Virtualization and Unparalleled Security Book Description “Embark on a transformative journey into the world of network virtualization with ‘Ultimate VMware NSX for Professionals.’ This comprehensive guide crafted by NSX experts, starts with an exploration of Software Defined Networking, NSX architecture, and essential components in a systematic ... Read more

    $14.99 USD or Free with Kobo Plus

  • Haskell Cookbook

    Build functional applications using Monads, Applicatives, and Functors

    Save time and build fast, functional, and concurrent application using HaskellKey Features\[\*\] Comprehensive guide for establishing a strong foundation in Haskell and developing pragmatic code\[\*\] Create a full fledged web application using Haskell\[\*\] Work with Lens, Haskell Extensions, and write code for concurrent and distributed applicationsBook DescriptionHaskell is a purely functional ... Read more

    $41.39 USD or Free with Kobo Plus

  • Beginning Hibernate 6

    Java Persistence from Beginner to Pro

    Series series Professional and Applied Computing (R0)
    Get started with Hibernate, an open source Java persistence layer and gain a clear introduction to the current standard for object-relational persistence in Java. This updated edition includes the new Hibernate 6.0 framework which covers new configuration, new object relational mapping changes, and enhanced integration with the more general Spring, Boot and Quarkus and other Java frameworks.The ... Read more

    $58.49 USD

  • Visual Information Retrieval using Java and LIRE

    Series series Synthesis Lectures on Information Concepts, Retrieval, and Services
    Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal of VIR is to retrieve matches ranked by their relevance to a given query, which is often expressed as an example image and/or a series of keywords. ... Read more

    $28.79 USD