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 649 - 672 de 1589 resultados
Skip side bar filters
  • Fondamenti di informatica 2

    Fondamenti teorici - Fondamenti di Programmazione - Fondamenti di Architettura. ... Leer más

    $204 MXN o gratis con Kobo Plus

  • Programming Kotlin

    Get to grips quickly with the best Java alternative

    Familiarize yourself with all of Kotlin's features with this in-depth guideKey Features? Introduction to running, setup and tools of Kotlin code ? Writing structured and readable object-oriented code using new features alongside lambdas and higher order functions ? Writing unit tests and integrating Kotlin tests with Java code in a transitioning code base ? Guide through testing, concurrency and ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Apache Kafka Quick Start Guide

    Leverage Apache Kafka 2.0 to simplify real-time data processing for distributed applications

    de Raúl Estrada ...
    Process large volumes of data in real-time while building high performance and robust data stream processing pipeline using the latest Apache Kafka 2.0Key FeaturesSolve practical large data and processing challenges with KafkaTackle data processing challenges like late events, windowing, and watermarkingUnderstand real-time streaming applications processing using Schema registry, Kafka connect, ... Leer más

    $517 MXN o gratis con Kobo Plus

  • Android-Apps programmieren lernen für Dummies

    Series series Für Dummies
    Sie wollen programmieren lernen, um eigene Apps für Ihr Android-Gerät zu entwickeln? Dann sind Sie hier richtig. Dieses Buch ist drei Bücher in einem: Sie lernen Java, begreifen die objektorientierte Programmierung und erhalten eine Einführung in die Android-App-Entwicklung. Wichtige Themen wie die Ansteuerung des Displays oder der Umgang mit der Grafik, den Sensoren und GPS werden Ihnen an ... Leer más

    $341 MXN

  • Be Expert in Java

    Learn Java programming and become expert

    de Ummed Singh ...
    Java serves as both a programming language and a platform. It is a sophisticated, secure, and object-oriented programming language. Sun Microsystems (now a subsidiary of Oracle) developed Java in 1995, and its conception is credited to James Gosling, often referred to as the father of Java. Originally named Oak, the language underwent a name change to Java when it was discovered that the name Oak ... Leer más

    $56 MXN o gratis con Kobo Plus

  • The Best Javascript

    As JavaScript's creator, I would love to mention some phrases approximately in which JavaScript has been, in which it's far going, and the way the ee-e book you're conserving will assist you to make the maximum of the language. JavaScript changed into born out of a choice to allow HTML authors write scripts immediately in their documents. This can also additionally appear apparent now, however ... Leer más

    $119 MXN

  • Functional Interfaces in Java

    Fundamentals and Examples

    de Ralph Lecessi ...
    Series series Professional and Applied Computing (R0)
    Reduce development time by organizing your programs as chains of functional interfaces and see that the advantages of using functional interfaces include the flexibility and power of inlined functional chains and reuse of functional methods utilized throughout the Java API. You’ll see how complex logical expressions can be reduced to chains of predicates and how chains of comparators can be used ... Leer más

    $1,152 MXN

  • Java 8 Programmer II Study Guide: Exam 1Z0-809

    This is the e-book version of my online Java 8 Programmer II Study Guide.The exam for the Oracle Certified Professional, Java SE 8 Programmer certification is hard. New APIs, lambdas, and streams, it covers a lot. But this book can help you.This book has complete coverage of the Java 8 SE Programmer II (1Z0-809) exam objectives. Each chapter presents the content in a simple and conversational ... Leer más

    $172 MXN

  • Instant OSGi Starter

    Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. Using a practical approach with explanation where needed, the book will take an in depth look at what OSGi is and what it offers to Java programmers and development standards. "Instant OSGi Starter" is intended for the senior Java programmer whom ... Leer más

    $410 MXN o gratis con Kobo Plus

  • Ultimate Next.js for Modern Web Applications

    de Shubham Jain ...
    Master the Art of Building Lightning-Fast and SEO-Friendly Web Applications with Next.js.Key Features● Master Next.js 15 from fundamentals to routing and data fetching to SSR, SSG, and API routes.● Build high-performance, scalable, and SEO-friendly modern web applications with TypeScript and Tailwind CSS.● Follow a complete workflow from setup to testing and deployment on platforms like Vercel and ... Leer más

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

    $172 MXN

  • Modern Web Applications with Next.JS

    “Elevate Your Web Development with Next.js Mastery!” Key Features ● Comprehensive Next.js coverage. ● Hands-on examples and practical exercises. ● Advanced techniques for web app development. Book Description This practical handbook takes you on a journey from foundational principles to advanced techniques, offering a complete exploration of Next.js, the cutting-edge framework for building ... Leer más

    $207 MXN o gratis con Kobo Plus

  • Java Web开发从0到1

    de 王树生 ...
    自20世纪以来,互联网的发展已经堪称日新月异,人们的工作、生活、学习等各个方面越来越离不开互联网Web应用。Java Web是Web应用中成熟度高、普及率高、适用性广的开源技术,几乎所有Web应用程序都需要具备Java Web技术能力。本书详解Java Web开发技术,配套示例源码、PPT课件与答疑服务。 本书分为5篇,共17章。第1篇介绍Web开发与Java Web开发,包括体系结构、相关技术、开发环境等;第2篇介绍JSP语言基础,包括JSP的基本概念、JSP指令、JSP动作、JSP注释、JSP内置对象、JavaBean技术、Servlet技术、Servlet过滤器、Servlet监听器;第3篇介绍Java Web整合开发,包括数据库基础以及Java Web操作数据库实践、EL动态网页交互表达式语言、JSTL标签语言、Ajax整合技术;第4篇介绍SSM框架,包括Spring IoC ... Leer más

    $457 MXN

  • JDBC Tutorials - Herong's Tutorial Examples

    de Herong Yang ...
    This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and Derby database server; using Derby JDBC driver; database connection URLs; introduction to Result Set; Meta Data, Prepared Statement, CLOB, and BLOB; connection pooling with DBCP and C3P0. Updated in 2024 (Version v3.14) with minor ... Leer más

    $297 MXN

  • Android Studio 4.2 Development Essentials - Java Edition

    Developing Android applications using Android Studio 4.2, Java, and Android Jetpack

    de Neil Smyth ...
    Developing Android applications using Android Studio 4.2, Java, and Android JetpackKey FeaturesDesign complex and responsive user interface layouts with the Android Studio 4.2 IDEBuild view model-based apps using the Jetpack architecture and use the latest Material Design components to build modern user interface designsIntegrate with SQLite databases and the Android Room Persistence LibraryBook ... Leer más

    $630 MXN o gratis con Kobo Plus

  • Derinlemesine Java Web Programming

    de Onder Teker ...
    Bu kitapta Java ile Web Programlama anlatılmaktadır. En temel konu Servlet işlendikten sonra HTML ile JSP geliştirme ayrıntılarıyla açıklanmaktadır. İleri özelliklerden EL, Taglibs, JSTL de işlenenler arasındadır. MVC, JSF & Facelet konusuna giriş düzeyinde bilgi verilmektedir. Web Services alanında, hem XML / JSON ile REST konularının temel nesnelerle gerçekleştirilmesi anlatılmakta, hem da JAX ... Leer más

    $17 MXN

  • Programming Android

    Java Programming for the New Generation of Mobile Devices

    Get thoroughly up to speed on Android programming, and learn how to create up-to-date user experiences for both handsets and tablets. With this book’s extensively revised second edition, you’ll focus on Android tools and programming essentials, including best practices for using Android 4 APIs. If you’re experienced with Java or Objective-C, you’ll gain the knowledge necessary for building well ... Leer más

    $346 MXN

  • Backbone JS

    Backbone es un Framework más popular de JavaScript que le permiten crear MVC (modelo-vista-controlador) como aplicaciones y aplicaciones de una sola página. Los principales componentes de Backbone.js son el Modelo, Vista, Colección, Router y los objetos de la clase Event.En Backbone, un modelo almacena los datos que se recuperan desde el servidor mediante RESTful JSON y se asocia con la vista. La ... Leer más

    $102 MXN

  • Curso de Programación con Java

    Cuando usamos los equipos informáticos podemos hacer muchas cosas. Un adolescente puede utilizar Internet para enviar un mensaje, un estudiante puede usar una hoja de cálculo para realizar el cálculo de un promedio o la cantidad de puntos que necesita para aprobar cada materia, un cocinero puede guardar sus recetas en un editor de texto como Word, etc. De hecho, la cantidad de productos ... Leer más

    $257 MXN

  • A Guide to Java Interviews

    de Aishik Dutta ...
    Unlock Your Next Java Role: A Guide to Java InterviewsNavigating the competitive landscape of Java interviews requires more than just coding skills – it demands strategy, deep technical understanding, and effective communication. Whether you're an aspiring junior developer or a seasoned senior engineer, A Guide to Java Interviews is your comprehensive companion to mastering the entire interview ... Leer más

    $51 MXN o gratis con Kobo Plus

  • Derinlemesine Spring Boot Web

    de Onder Teker ...
    Bu kitap Spring Security ve Spring Web ile ilgili ileri konuları içermektedir. Kapsamda REST ve Web için güvenlik sağlanması için authentication ve authorization ile JWT (JSON Web Token) konuları yer almaktadır. Hem unit testing hem de integration testing konuları içerilmektedir. Testlerde Mockito ile mock nesnelerinin kullanımı da gösterilmektedir. WebSockets & STOMP ile iki yönlü iletişim ... Leer más

    $17 MXN

  • Practical Java 8

    Lambdas, Streams and new resources

    Are you a programmer fluent in Java? It's time to take the next step! Almost 20 years after it's first version, there is a new Java with important news! Amongst the main new resources, there are the default methods, method references and lambdas. They are simple concepts, but bring important possibilities. In the book we will explore various advancements found in Java 8. Always using practical ... Leer más

    $169 MXN o gratis con Kobo Plus

  • Just Spring Integration

    A Lightweight Introduction to Spring Integration

    Get started with Spring Integration, the lightweight Java-based framework that makes designing and developing message-oriented architectures a breeze. Through numerous examples, you’ll learn how to use this open source framework’s basic building blocks to work with both inter- and intra-application programming models.If you’re a Java developer familiar with the Spring framework (perhaps through O ... Leer más

    $186 MXN

  • Java Alles-in-einem-Band für Dummies

    Series series Für Dummies
    Dieses Buch ist für alle, die tief in die Java-Programmierung einsteigen möchten. Dennoch werden keine Programmierkenntnisse vorausgesetzt. Lernen Sie zunächst, wie Sie das Java Development Kit installieren und welche Java-Elemente es gibt. Machen Sie sich dann mit Methoden und objektorientierter Programmierung vertraut. Werfen Sie Exceptions, sammeln Sie Datenelemente in flexiblen Arrays und ... Leer más

    $415 MXN