Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Java

Si te gustan los eBooks de Java, seguro que te encanta esta selección.
Mostrando 1153 - 1176 de 1589 resultados
Skip side bar filters
  • Scala

    Como escalar sua produtividade

    Scala é uma linguagem que une Orientação a Objetos e Programação Funcional, de sintaxe enxuta e estaticamente tipada, projetada para expressar padrões de programação de uma forma concisa e elegante. Para desenvolvedores com conhecimento em linguagens orientadas a objetos, como Java ou C#, Scala é um passo natural, oferecendo o lado funcional como um desafio em termos de aprendizagem, mas com ... Leer más

    $169 MXN o gratis con Kobo Plus

  • JavaMoney

    Einführung in den JSR-354-Standard

    Series Libro 184 - shortcuts
    Im Umgang mit Währungen sind Richtlinien und Standards ein großer Vorteil. Dieser shortcut liefert einen Einstieg in JSR 354 und sein API, das den Umgang mit Geldbeträgen in Java standardisiert. Das von JSR 354 definierte Server Provider Interface (SPI) ist sowohl für einfache Anwendungsfälle wie die Erweiterung von neuen Währungen und Rundungen als auch für komplexere Einsatzszenarien geeignet ... Leer más

    $59 MXN o gratis con Kobo Plus

  • Mastering Clojure Macros

    Write Cleaner, Faster, Smarter Code

    de Colin Jones ...
    Level up your skills by taking advantage of Clojure's powerful macro system. Macros make hard things possible and normal things easy. They can be tricky to use, and this book will help you deftly navigate the terrain. You'll discover how to write straightforward code that avoids duplication and clarifies your intentions. You'll learn how and why to write macros. You'll learn to recognize ... Leer más

    $199 MXN

  • Come diventare programmatore

    de Edniar Larry ...
    Come diventare programmatore ed usare chatGPT per semplificare la programmazione ... Leer más

    $129 MXN

  • Just Spring

    A Lightweight Introduction to the Spring Framework

    Get a concise introduction to Spring, the popular open source framework for building lightweight enterprise applications on the Java platform. This example-driven book for Java developers delves into the framework’s basic features, as well as complex concepts such as containers. You’ll learn how Spring makes Java Messaging Service easier to work with, and how its support for Hibernate helps you ... Leer más

    $186 MXN

  • Java For Dummies

    de Barry Burd ...
    Learn to code with Java and open the gate to a rewarding careerNow in its 9th edition, Java For Dummies gives you the essential tools you need to understand the programming language that 17 million software developers rely on. This beginner-friendly guide simplifies every step of the learning process. You'll learn the basics of Java and jump into writing your own programs. Along the way, you'll ... Leer más

    $482 MXN

  • Java Programming

    Lecture Note

    de Taeho Jo ...
    This book is concerned with Java Programming. It consists of eight lectures and each page is given as a slide. This book is intended for reviewing Java Programming briefly. Considering reading full text takes much time, so this book provides slides for scanning the contents. ... Leer más

    $172 MXN o gratis con Kobo Plus

  • Java FX - Status Quo

    Status Quo

    Series Libro 65 - shortcuts
    Einige UI-Technologien der letzten Jahre sind gekommen - und wieder gegangen. Und ausgerechnet JavaFX, die UI-Technologie, die den holprigsten Start von allen hingelegt hat, hat sich gehalten und erfreut sich - zumindest im Java-Lager - zunehmender Beliebtheit. Eine Standortbestimmung zu Java FX eröffnet das erste Kapitel. Im zweiten Kapitel geht es um JSF und seine Nutzung als Standard für ... Leer más

    $59 MXN o gratis con Kobo Plus

  • Java ME

    Pragmatische Plattform für Mobile und Embedded

    de Tam Hanna ...
    Series Libro 61 - shortcut
    Java ME ist zwar weder eine neue noch eine besonders beliebte Technologie. Doch auch wenn es mittlerweile eine Milliarde Smartphone-User gibt, so ist diese Zahl immer noch klein im Vergleich zu den Massen von nur durch Java ME ansprechbaren Dumbphone-Besitzern. Nachdem sich der erste Teil dieses shortcuts mit dem Thema GUI für Java ME beschäftigt, folgt im zweiten Kapitel eine detaillierte Analyse ... Leer más

    $59 MXN o gratis con Kobo Plus

  • 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 ... Leer más

    $346 MXN

  • Derinlemesine Java Libraries

    de 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, ... Leer más

    $17 MXN

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

    de 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, ... Leer más

    $542 MXN

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

    Java: 200 Key Questions for a strong programming base

    de 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 ... Leer más

    $491 MXN

  • 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 ... Leer más

    $1,669 MXN

  • JVM Tutorials - Herong's Tutorial Examples

    de 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 ... Leer más

    $80 MXN

  • Elasticsearch

    Clientnutzung, Datenvisualisierung und Apache Lucene

    Series Libro 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 ... Leer más

    $59 MXN o gratis con Kobo Plus

  • Spring MVC

    Domine o principal framework web Java

    de 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 ... Leer más

    $169 MXN o gratis con 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 ... Leer más

    $1,375 MXN

  • MASTER REACT.JS PART 3

    de 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 ... Leer más

    $69 MXN o gratis con Kobo Plus

  • MASTER REACT JS PART 1

    de 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 ... Leer más

    $69 MXN o gratis con Kobo Plus

  • 神经网络算法与Java编程

    Chinese Edition

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

    $296 MXN o gratis con Kobo Plus

  • Learn JSP in 24 Hours

    de 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 ... Leer más

    $172 MXN

  • 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 ... Leer más

    $1,083 MXN

  • Building Conversational Generative AI Apps with Langchain and GPT

    de 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 ... Leer más

    $258 MXN o gratis con Kobo Plus