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 97 - 120 of 1574 Results
Skip side bar filters
  • Java Cryptography

    Cryptography, the science of secret writing, is the biggest, baddest security tool in the application programmer's arsenal. Cryptography provides three services that are crucial in secure programming. These include a cryptographic cipher that protects the secrecy of your data; cryptographic certificates, which prove identity (authentication); and digital signatures, which ensure your data has not ... Read more

    PHP1,510.59

  • Derinlemesine Java Libraries

    by Onder Teker ...
    Önemli Java kütüphaneleri içerilmektedir. I/O: Stream, Buffer, Data, Scanner, Formatter, Standard, Text, Random Access, File, Directory, URL, HTTP Client, Serialization. NIO: Channel, Files & Path, Gathering & Scattering, Walk. XML & JAXP: SAX, DOM, Document Builder, XSLT, Transformer, Bean Encoder. JSON & JSON-P: Parser, Reader, Writer, Generation). Multi-Threaded Programming: Thread, Runnable, ... Read more

    PHP57.71

  • Curso de Programación y Análisis de Software

    Este Curso ha sido elaborado por dos prestigiosos profesionales del mundo de la formación informática. La programación y la arquitectura de software son los pilares del crecimiento económico de las últimas décadas, acelerándose enormemente en estos últimos años.Esperamos que con este curso, usted pueda mejorar profesionalmente y le ayude a alcanzar sus objetivos personales.El curso consta de los ... Read more

    PHP580.01

  • Java Start-Out Guide: Object-Oriented Programming and Data Structures

    by James Lewis ...
    This text is a comprehensive resource for instructors who want a two-or three-semester introduction to programming textbook that includes detail on data structures topics. Java Start-Out Guide introduces a Software Methodology early on and revisits it throughout to ensure students develop sound program development skills from the beginning. Control structures are covered before writing classes, ... Read more

    PHP1,835.46

  • Mastering Java: A Golden Collection of Questions & Answers for Success

    Java: 200 Key Questions for a strong programming base

    by Bashir OS ...
    200 Essential Questions and Answers" is a comprehensive guide designed to help aspiring Java developers achieve mastery in the language. With a carefully curated selection of 200 questions and detailed answers, this ebook covers a wide range of Java concepts, from basic syntax to advanced topics. Each question is meticulously crafted to test your understanding of Java programming principles and ... Read more

    PHP1,552.99

  • Secure Java

    For Web Application Development

    Most security books on Java focus on cryptography and access control, but exclude key aspects such as coding practices, logging, and web application risk assessment. Encapsulating security requirements for web development with the Java programming platform, Secure Java: For Web Application Development covers secure programming, risk assessment, and threat modeling—explaining how to integrate these ... Read more

    PHP5,653.76

  • JVM Tutorials - Herong's Tutorial Examples

    by Herong Yang ...
    This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine) Architecture and Components; Oracle JVM implementation - HotSpot; Eclipse JVM implementation - Eclipse OpenJ9; java.lang.Runtime - The JVM Instance class; Loading Native Libraries; java.lang.System - Representing Operating System; java.lang ... Read more

    PHP270.58

  • Elasticsearch

    Clientnutzung, Datenvisualisierung und Apache Lucene

    Series Book 132 - shortcuts
    Elasticsearch eignet sich zur Nutzung als Document Store ebenso wie als Suchserver über HTTP und JSON und lässt sich so aus vielen Programmierumgebungen heraus nutzen. Das erste Kapitel dieses shortcuts vermittelt dem Leser, wie er über drei verschiedene Arten von Clients (Standardclient, REST-API-Client Jest und Spring Data Elasticsearch) auf Elasticsearch zugreifen kann. In Kapitel 2 wird ... Read more

    PHP198.00

  • Spring MVC

    Domine o principal framework web Java

    by Alberto Souza ...
    O Spring é o principal concorrente da especificação JavaEE. Com uma plataforma muito estável e com integração fina entre todas as suas extensões, fornece um ambiente muito propício para que o programador foque nas regras de negócio e esqueça dos problemas de infraestrutura. Durante o livro, será construída uma aplicação baseada na loja da Casa do Código e você terá a chance de utilizar diversas ... Read more

    PHP568.00 or Free with Kobo Plus

  • More Java 17

    An In-Depth Exploration of the Java Language and Its Features

    Series series Professional and Applied Computing (R0)
    Work with the essential and advanced features of the Java 17 release. This book covers features such as annotations, reflection, and generics. These topics are then complemented by details of how to use lambda expressions, allowing you to build powerful and efficient Java programs. Furthermore, added to this edition you'll find topics on network programming, Java RMI, the process API, and custom ... Read more

    PHP4,660.29

  • MASTER REACT.JS PART 3

    by m.furqan riaz ...
    ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. It is maintained by Facebook. React uses a declarative paradigm that makes it easier to reason about your application and aims to be both efficient and flexible.React JS is a javascript library originally developed by Facebook. It helps in building highly engaging single-page web ... Read more

    PHP232.59 or Free with Kobo Plus

  • MASTER REACT JS PART 1

    by m.furqan riaz ...
    ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. It is maintained by Facebook. React uses a declarative paradigm that makes it easier to reason about your application and aims to be both efficient and flexible.React JS is a javascript library originally developed by Facebook. It helps in building highly engaging single-page web ... Read more

    PHP232.59 or Free with Kobo Plus

  • 神经网络算法与Java编程

    Chinese Edition

    用Java代码释放神经网络无穷力量Key Features本书完整地演示了使用Java开发神经网络的过程既有非常基础的实例也有高级实例。Book Description神经网络已成为从大量原始的,看似无关的数据中提取有用知识的强大技术。 Java语言是用于实现神经网络的最合适的工具之一,也是现阶段非常流行的编程语言之一,包含多种有助于开发的API和包,具有“一次编写,随处运行”的可移植性。 本书完整地演示了使用Java开发神经网络的过程,既有非常基础的实例也有高级实例。首先,你将学习神经网络的基础知识、感知机及其特征。 然后,你将使用学到的概念来实现自组织映射网络。 此外,你还会了解一些应用,如天气预报、疾病诊断、客户特征分析和光学字符识别(OCR)等。 最后,你将学习实时优化和自适应神经网络的方法。 本书所有的示例都提供了说明性的源代码,这些源代码综合了面向对象编程(OOP ... Read more

    PHP737.19 or Free with Kobo Plus

  • Learn JSP in 24 Hours

    by Alex Nordeen ...
    Java Server Pages or JSP technology is used to develop dynamic Java-based web applications. Various frameworks like JavaServer Faces, Struts 2, or Spring MVC are based on JSP. To quickly switch on to this technology and to reduce JSP learning time this e-book is designed.The step by step explanation of code and images in this book, will enable you to get a greater level of understanding on how JSP ... Read more

    PHP582.34

  • 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

    PHP3,669.79

  • Building Conversational Generative AI Apps with Langchain and GPT

    by Mugesh S ...
    Transform Text into Intelligent Conversations with LangChain and GPT. Key Features ● Build AI Chatbots with LangChain, Python and GPT models through hands-on guidance. ● Master Advanced Techniques like RAG, document embedding, and LLM fine-tuning. ● Deploy and Scale conversational AI systems for real-world applications. Book Description Conversational AI Apps are revolutionizing the way we ... Read more

    PHP331.99 or Free with Kobo Plus

  • Ultimate Node.js for Cross-Platform App Development

    by Ramesh Kumar ...
    Unleash the Power of Node.js for Building Enterprise-Grade, Scalable Server-Side Applications. Key Features ● Master the essentials of building real-time applications with a focus on Node.js, Express.js, Mongoose, Socket.IO, Winston logging, and key middleware. ● Learn to create lightweight and scalable backend servers, ensuring optimal performance for production-ready applications. ● Stay ahead ... Read more

    PHP298.79 or Free with Kobo Plus

  • Building AR Apps with ARCore and ARKit

    Build Immersive AR Apps with ARCore and ARKit Key Features ● Detailed step-by-step instructions on ARCore and ARKit environments, tools, and workflows. ● Hands-on projects like an AR furniture app and an AR game to apply your knowledge. ● Learn key AR features such as spatial tracking, environment understanding, and user interaction. Book Description Augmented Reality (AR) is revolutionizing how ... Read more

    PHP331.99 or Free with Kobo Plus

  • Beginning Java 8 APIs, Extensions and Libraries

    Swing, JavaFX, JavaScript, JDBC and Network Programming APIs

    Series series Professional and Applied Computing (R0)
    Beginning Java 8 APIs, Extensions and Libraries completes the Apress Java learning journey and is a comprehensive approach to learning the Java Swing, JavaFX, Java Scripting, JDBC and network programming APIs.This book covers the key extensions of the Java programming language such as Swing, JavaFX, network programming, and JDBC. Each topic starts with a discussion of the topic's background. A ... Read more

    PHP3,669.79

  • Adventures In JavaLand

    by Smithan ...
    Embark on a magical journey through JavaLand, where Java programming becomes an enchanting tale waiting to be told!Calling all young adventurers and novice coders!Are you ready to unlock the secrets of Java in a way that's engaging, fun, and unforgettable? Look no further! "Adventures in JavaLand" invites you to a realm where coding is an enchanting adventure, filled with stories, quests, and the ... Read more

    PHP407.46

  • Ultimate FINGPT for Financial Analysis

    Turn Financial Data into Decisions with the Power of FinGPT. Key Features ● Hands-on setup of FINGPT in real-world finance projects. ● End-to-end guide for automating financial reporting tasks. ● Case studies on market trends and sentiment prediction. ● Techniques to scale, fine-tune, and optimize FINGPT models. Book Description FINGPT is redefining how financial institutions analyze data, ... Read more

    PHP331.99 or Free with Kobo Plus

  • Mastering ChatGPT and Google Colab for Machine Learning

    Learn how to harness the power of ChatGPT to streamline data analysis, accelerate model development, and unlock innovative solutions to real-world problems. Key Features ● Step-by-step progression from foundational machine learning concepts to advanced techniques using ChatGPT and Google Colab. ● Clear and detailed instructions for data preparation, model training, and evaluation, simplifying ... Read more

    PHP398.39 or Free with Kobo Plus

  • Pro JavaFX 8

    A Definitive Guide to Building Desktop, Mobile, and Embedded Java Clients

    Series series Professional and Applied Computing (R0)
    In Pro JavaFX 8 expert authors show you how to use the JavaFX platform to create rich-client Java applications. You'll discover how you can use this powerful Java-based UI platform, which is capable of handling large-scale data-driven business applications for PC as well as now mobile and embedded devices.Covering the JavaFX API, development tools, and best practices, this book provides code ... Read more

    PHP2,305.89

  • Practical Domain-Driven Design in Enterprise Java

    Using Jakarta EE, Eclipse MicroProfile, Spring Boot, and the Axon Framework

    by Vijay Nair ...
    Series series Professional and Applied Computing (R0)
    See how Domain-Driven Design (DDD) combines with Jakarta EE MicroProfile or Spring Boot to offer a complete suite for building enterprise-grade applications. In this book you will see how these all come together in one of the most efficient ways to develop complex software, with a particular focus on the DDD process.Practical Domain-Driven Design in Enterprise Java starts by building out the Cargo ... Read more

    PHP2,737.89