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 1129 - 1152 de 1598 resultados
Skip side bar filters
  • 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 ... Leer más

    $1,440 MXN

  • Derinlemesine Spring Boot Cloud

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

    $17 MXN

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

    In this project, you will use SQLite 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 database contains the sales data for a fictitious company called “Northwind Traders,” which imports and exports specialty foods from around the world. The ... Leer más

    $519 MXN

  • JavaScript Fundamentals

    The JavaScript Study Brief provides the end-user with a concise overview and quick reference help on the fundamentals of this cross-platform object-based scripting language. The JavaScript Fundamentals Study Brief is intended as a helpful learning resource, offering expert guidance for new and developing end users, as well as a quick refresher of essentials for the occasional experienced user. Key ... Leer más

    $63 MXN

  • Java How To Improve Coding Skills

    Training Lessons Of Expert Beginners

    de Mohmad Yakub ...
    I dedicate this book as a medium of hope for thoseWho is unaware of any approach to craft any programming logic?Who had a hard time learning to program?Who had some experience in programming and have no confidence?Who carries the False notion that coding is only for super-smart people.Who is looking for 1st solid move to become a self-taught programmer?Who is the victim of discouragement comments ... Leer más

    $173 MXN o gratis con Kobo Plus

  • Hadoop: The Definitive Guide

    The Definitive Guide

    de Tom White ...
    Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, ... Leer más

    $346 MXN

  • Hands-On Reactive Programming with Reactor

    Build reactive and scalable microservices using the Reactor framework

    de Rahul Sharma ...
    Discover how project Reactor enhances the reactive programming paradigm and allows you to build scalable asynchronous applicationsKey FeaturesUse reactive APIs, Flux, and Mono to implement reactive extensionsCreate concurrent applications without the complexity of Java's concurrent APIUnderstand techniques to implement event-driven and reactive applicationsBook DescriptionReactor is an ... Leer más

    $679 MXN o gratis con Kobo Plus

  • Ultimate Elastic Kubernetes Service with AWS

    Build, Secure and Scale Production-Grade Kubernetes with AWS EKS. Key Features ● Real-world EKS scenarios with hands-on labs and practical implementation guides. ● Complete coverage from cluster setup to production-grade security and scaling. ● Expert insights on cost optimization and cloud-native best practices in AWS. Book Description As organizations increasingly adopt microservices and ... Leer más

    $323 MXN o gratis con Kobo Plus

  • IGNOU BCA Object-Oriented Technologies and Java Programming Previous Year Solved Papers MCS 024

    de Manish Soni ...
    Series Libro 3 - IGNOU BCA Solved Paper Books Series
    Over the past decade, academic progress and technological innovations have significantly reshaped the educational landscape, with Java programming emerging as a cornerstone in computer science and software development. As programming continues to play a vital role in shaping modern technologies, mastering Java has become essential for students aiming to excel in the IT industry.In this ... Leer más

    $59 MXN o gratis con Kobo Plus

  • Java Quick Syntax Reference

    de Mikael Olsson ...
    Series series Professional and Applied Computing (R0)
    The Java Quick Syntax Reference is a condensed code and syntax reference to the Java programming language. It presents the essential Java syntax in a well-organized format that can be used as a handy reference.You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and ... Leer más

    $411 MXN

  • Transitioning to Java

    Kickstart your polyglot programming journey by getting a clear understanding of Java

    de Ken Fogel ...
    Develop your Java coding skills by exploring object-oriented methodologies, functional programming, software design patterns, and more Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesGet started with programming in Java with this step-by-step guide for experienced programmersRe-enforce your knowledge of object-oriented methodologies applied in JavaDevelop the range of ... Leer más

    $695 MXN o gratis con Kobo Plus

  • Java / J2EE Interview Questions You'll Most Likely Be Asked

    Series Libro 9 - Job Interview Questions series
    280 Java/J2EE Interview Questions75 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJava/J2EE 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 ... ... Leer más

    $155 MXN

  • Kickstart Python Programming Fundamentals

    de Jit Sinha ...
    Keep Calm and Let Us Tame the Python. Key Features ● Beginner-friendly with clear examples and no prior coding needed. ● Step-by-step projects from basics to real-world applications. ● Hands-on learning with flowcharts, functions, and data tools. Book Description Python is more than a programming language—it’s a career catalyst. Whether you’re aiming to future-proof your skills, automate everyday ... Leer más

    $258 MXN o gratis con Kobo Plus

  • Learning Android Application Development

    Start building for the world's most popular mobile platform

    Build Android N applications using modern techniques and libraries to get your own high-quality apps published on Google Play in no timeKey Features\[\*\] Get started with Android development, from the installation of required tools to publishing to the market\[\*\] Make your applications Android N ready—Android has evolved quite a lot since the very beginning and so has their Software Development ... Leer más

    $679 MXN o gratis con Kobo Plus

  • 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

    $295 MXN

  • Building Applications with Spring 5 and Vue.js 2

    Build a modern, full-stack web application using Spring Boot and Vuex

    de James J. Ye ...
    Become efficient in both frontend and backend web development with Spring and VueKey FeaturesConnect application’s frontend and backend with Vue, Vuex, and Spring BootLeverage the latest web standards to enhance code performance, readability, and cross-compatibilityBuild secure full-stack web applications with Spring SecurityBook DescriptionBuilding Applications with Spring 5 and Vue.js 2, with ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Clojure Programming

    Practical Lisp for the Java World

    Clojure is a practical, general-purpose language that offers expressivity rivaling other dynamic languages like Ruby and Python, while seamlessly taking advantage of Java libraries, services, and all of the resources of the JVM ecosystem. This book helps you learn the fundamentals of Clojure with examples relating it to the languages you know already, in the domains and topics you work with every ... Leer más

    $346 MXN

  • Client-Server Web Apps with JavaScript and Java

    Rich, Scalable, and RESTful

    As a Java programmer, how can you tackle the disruptive client-server approach to web development? With this comprehensive guide, you’ll learn how today’s client-side technologies and web APIs work with various Java tools. Author Casimir Saternos provides the big picture of client-server development, and then takes you through many practical client-server architectures. You’ll work with hands-on ... Leer más

    $240 MXN

  • Nature-Inspired Optimization Algorithms with Java

    A Look at Optimization Techniques

    de Shashank Jain ...
    Series series Professional and Applied Computing (R0)
    Gain insight into the world of nature-inspired optimization techniques and algorithms. This book will prepare you to apply different nature-inspired optimization techniques to solve problems using Java.You'll start with an introduction to the hidden algorithms that nature uses and find the approximate solutions to optimization problems. You'll then see how living creatures such as fish and birds ... Leer más

    $796 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

  • Big Data Analytics with Java

    Data analysis, visualization & machine learning techniques

    de RAJAT MEHTA ...
    Learn the basics of analytics on big data using Java, machine learning and other big data toolsKey FeaturesAcquire real-world set of tools for building enterprise level data science applicationsSurpasses the barrier of other languages in data science and learn create useful object-oriented codesExtensive use of Java compliant big data tools like apache spark, Hadoop, etc.Book DescriptionThis book ... Leer más

    $857 MXN o gratis con Kobo Plus

  • Eclipse TEA Revealed

    Building Plug-ins and Creating Extensions for Eclipse

    de Markus Duft ...
    Series series Professional and Applied Computing (R0)
    Discover the open source Eclipse Tasking Engine Advanced (TEA) project in this compact to-the-point book. It covers how to automate tasks using TEA and focuses on simplifying and aiding the creation of extensions for the Eclipse IDE in a way which makes them accessible both from the IDE’s UI and in a headless fashion from the command line.Additionally, Eclipse TEA Revealed explores the library of ... Leer más

    $627 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

  • Java для опытных разработчиков. 2-е издание

    Язык Java – сердце корпоративного ПО. Если программист хорошо знает Java, он без особого труда найдет интересную работу. Поднимите ваши навыки Java на новый уровень вместе с экспертами. Основательно изучите такие мощные инструменты, как модели конкурентного выполнения и модули, и даже раскройте некоторые глубинные тайны Java. Узнайте, как Java работает на уровне байт-кода. Освойте ценные приемы ... Leer más

    $143 MXN o gratis con Kobo Plus