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 961 - 984 of 1729 Results
Skip side bar filters
  • 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

  • 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

  • AJAX Programming

    Create Powerful Web And Mobile Applications

    by Rob Botwright ...
    AJAX Programming Book Bundle: Unlock the Power of Web and Mobile Development! Are you ready to take your web and mobile development skills to the next level? Introducing the AJAX Programming book bundle – your comprehensive guide to creating powerful applications that dominate the digital landscape. With four dynamic books packed with insights, techniques, and real-world examples, this bundle is ... Read more

    $7.99 USD or Free with Kobo Plus

  • 200+ Java Programs for Beginners

    200+ Java Programs for Beginners is your essential guide to mastering Java programming with ease! Whether you're completely new to coding or looking to solidify your foundational skills, this comprehensive collection of Java programs will help you gain confidence and hands-on experience. Each program is crafted to guide you through the core principles of Java, including variables, loops, data ... Read more

    $9.99 USD or Free with Kobo Plus

  • Core Java

    Advanced Features, Volume 2

    by Cay Horstmann ...
    The #1 Guide to Advanced Java Programming, Fully Updated for Java 11Core Java has long been recognized as the leading, no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications. Now, Core Java, Volume II—Advanced Features, Eleventh Edition, has been updated for Java 11, with up-to-date coverage of advanced UI and enterprise ... Read more

    $46.09 USD

  • Beginning Java Objects

    From Concepts to Code

    Series series Professional and Applied Computing (R0)
    As a programming language, Java's object-oriented nature is key to creating powerful, reusable code and applications that are easy to maintain and extend. That being said, many people learn Java syntax without truly understanding its object-oriented roots, setting them up to fail to harness all of the power of Java. This book is your key to learning both!This new third edition of Beginning Java ... Read more

    $76.49 USD

  • Derinlemesine Spring Boot Cloud

    by Onder Teker ...
    BilgiBu kitap Spring Cloud, MicroServices & Event-Driven Architecture konularını içermektedir. Başlangıçta Environment & Config Server işlemleri gösterilmektedir. Eureka & Feign ile service discovery içerilmektedir. OpenAPI / Swager ile API documentation & testing kapsamdadır. Actuator ile management anlatımaktadır. Redis ile memory database & cache konuları içerilmiştir. Events, Async & Schedule ... Read more

    $0.99 USD or Free with Kobo Plus

  • ANDROID DEVELOPMENT PART 3

    by m.furqan riaz ...
    Android software development is the process by which applications are created for devices running the Android operating system. Google states that "Android apps can be written using Kotlin, Java, and C++ languages" using the Android software development kit (SDK), while using other languages is also possible.In this book the languages used for android development are xml and javascript.It is ... Read more

    $3.99 USD or Free with Kobo Plus

  • Practical Microservices Architectural Patterns

    Event-Based Java Microservices with Spring Boot and Spring Cloud

    Series series Professional and Applied Computing (R0)
    Take your distributed applications to the next level and see what the reference architectures associated with microservices can do for you. This book begins by showing you the distributed computing architecture landscape and provides an in-depth view of microservices architecture. Following this, you will work with CQRS, an essential pattern for microservices, and get a view of how distributed ... Read more

    $71.99 USD

  • Mastering Serverless Computing with AWS Lambda

    Design and Build Scalable Solutions on the AWS Serverless Ecosystem. Key Features ● In-depth exploration of AWS Lambda Integration within serverless architecture. ● Expert tips and guidance on choosing compute services for peak performance. ● Practical Techniques for achieving observability, governance, and reliability. Book Description AWS Lambda, a key component of AWS Serverless Computing, has ... Read more

    $29.99 USD or Free with Kobo Plus

  • Building High-Performance Web APIs with FastAPI

    by Girish Vas ...
    Master FastAPI to Build Secure, High-performance Web APIs with Modern Python— from Fundamentals to Full-scale Applications. Key Features ● Comprehensive coverage of FastAPI from fundamentals to deployment. ● Build production-ready APIs by integrating authentication, databases, and async programming. ● Practical guidance on testing, scaling, and securing APIs for production. Book Description APIs ... Read more

    $19.99 USD or Free with Kobo Plus

  • Créer une application Android

    Le mode d'emploi simple et à la portée de tous !

    Android est un système d’exploitation, il est présent sur la majorité des smartphones au monde. En effet, Android est le numéro 1 avec environ 80% des smartphones au monde équipé avec ce système ! Cela ne vous donne pas envie de concevoir vos propres applications ?Pourquoi ne pas rejoindre la partie ? Ce guide simple et illustré vous expliquera les démarches à suivre, de début à la fin, c’est-à ... Read more

    $3.55 USD

  • Spring быстро

    Java-программистам необходим фреймворк Spring. Этот невероятный инструмент универсален: вы можете разрабатывать как приложения для малого бизнеса, так и микросервисервисные архитектуры промышленного масштаба. Освоить Spring не так-то просто, но первый шаг сделать легко! Книга предназначена для Java-разработчиков, желающих создавать приложения на основе Spring. Информативные иллюстрации, понятные ... Read more

    $13.99 USD or Free with Kobo Plus

  • Kotlin Cookbook

    A Problem-Focused Approach

    by Ken Kousen ...
    Use Kotlin to build Android apps, web applications, and more—while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply thisJava-based language to their own projects. Both experienced programmers and those new to Kotlin will benefit from the practical recipes in this book.Author Ken Kousen (Modern Java Recipes) shows you how to solve ... Read more

    $36.99 USD

  • Lógica de programación

    En este libro aprenderás a programar en el lenguaje C o en Java, para comenzar primero necesitamos pensar de forma correcta para poder llegar a solucionar problemas dentro del ramo de programación, al principio veremos definiciones, además de conceptos esenciales dentro de este mundo, ya que es importante comenzar de lo básico, hasta llegar a lo avanzado.Comenzaremos viendo algoritmos, después ... Read more

    $7.00 USD

  • Clojure Cookbook

    Recipes for Functional Programming

    With more than 150 detailed recipes, this cookbook shows experienced Clojure developers how to solve a variety of programming tasks with this JVM language. The solutions cover everything from building dynamic websites and working with databases to network communication, cloud computing, and advanced testing strategies. And more than 60 of the world’s best Clojurians contributed recipes.Each recipe ... Read more

    $25.99 USD

  • Java Language Fundamentals

    A Simple Guide To Java Programming Language Basics For Passionate Beginners | Tips To Help You Master Java In No Time With No Previous Experience

    by Maddox Chung ...
    Are you looking forward to learning Java programming? Or would you perhaps like to grasp the fundamentals of Java programming before you can begin a deep study? No matter your skill level in Java, this book will help you built the right foundation to master object-oriented programming in Java.Even if you don't want to became a Java developer simply knowing Java and understanding its syntax would ... Read more

    $5.99 USD or Free with Kobo Plus

  • DATA ANALYSIS USING JDBC AND SQL SERVER WITH OBJECT-ORIENTED APPROACH AND APACHE NETBEANS IDE

    This book is SQL SERVER version of our previous book titled “DATA ANALYSIS USING JDBC AND MYSQL WITH OBJECT-ORIENTED APPROACH AND APACHE NETBEANS IDE”. In this project, you will use the SQL VERSION version of Northwind database which is a sample database that was originally created by Microsoft and used as the basis for their tutorials in a variety of database products for decades. The Northwind ... Read more

    $15.99 USD

  • Softwaretesting kompakt

    Grundlagen von Tests und Testautomatisierung mit Java

    Series series Computer Science and Engineering (German Language)
    Softwaretests sind unverzichtbar für jede robuste Software. Dies zeigt sich durch nahezu wöchentliche Bugbedingte Ausfälle. Doch wie lassen sich diese effektiver verhindern? Nach dem Lesen dieses Buches sind Sie in der Lage, eigene Softwaretests in den unterschiedlichsten Industriebereichen mit Java umzusetzen.Dieses Buch richtet sich an alle, die in die Disziplin des Testens eintauchen möchten. ... Read more

    $14.99 USD

  • Doğrudan Java Eclipse

    by Zafer Teker ...
    Bu kitapta Eclipse IDE uygulamasının kullanımı, temelden başlayarak, ancak en ileri konuları derinlemesine kapsayarak anlatılmaktadır. Yeni başlayanların çabuk uyum sağlaması, temel düzeyde bilenlerin de daha hızlı geliştirme yapması için gerekenler açıklanmaktadır. Java odaklı işlenmekle birlikte, öteki dillerde geliştirenlere de yardımcı olmak için ilk bölümler ortak konuları içermektedir. ... Read more

    $0.99 USD or Free with Kobo Plus

  • 680 Dot Net (.NET) Framework Interview Questions and Answers

    680 most important and frequently asked questions and answers to crack interviews

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive Dot Net (.NET) ... Read more

    $2.99 USD