Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks Java

Si vous aimez les titres Java, vous allez adorer cette sélection.
Affichage des résultats 841 - 864 sur 1843
Skip side bar filters
  • Introducing Maven

    A Build Tool for Today's Java Developers

    par Balaji Varanasi ...
    Collection series Professional and Applied Computing (R0)
    Gain an understanding of Maven’s dependency management and use it to organize basic and multi-module Maven projects. This short book is your quick-start tutorial for learning to use Maven. It includes inconsistently immutable collections, better array construction, and more from the latest Maven version 3.6. This second edition covers the newest in today's most popular build tool for Java ... En savoir plus

    CHF 37.44

  • A complete Reference of PHP

    technical, #2018

    par priyanka ...
    Collection Livre 2018 - technical
    PHP: The Complete Reference is a book that provides the readers with key insights into developing dynamic websites using PHP.Summary Of The BookPHP is classified as a server-side scripting language that is used for web development, which can also be utilized as a general-purpose programming language. PHP is installed on over 244 million sites and around 2.1 million servers. PHP: The Complete ... En savoir plus

    CHF 3.00 ou Gratuit avec Kobo Plus

  • Introducción a los Algoritmos y las Estructuras de Datos 3

    Introducción a los Algoritmos y las Estructuras de Datos, #3

    Collection Livre 3 - Introducción a los Algoritmos y las Estructuras de Datos
    Este libro de instrucciones es el tercer volumen de la serie Introducción a los Algoritmos y las Estructuras de Datos. Está escrito en como un curso. Es un libro muy comprensivo para las estructuras de datos y los algoritmos, que incluye:Tutoriales de texto con muchas ilustraciones5 horas de video tutoriales de alta definiciónPreguntas comunes en las entrevistas con Google, Microsoft, Amazon y ... En savoir plus

    CHF 9.00

  • Functional Interfaces in Java

    Fundamentals and Examples

    par Ralph Lecessi ...
    Collection 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 ... En savoir plus

    CHF 69.35

  • Interactive Object Oriented Programming in Java

    Learn and Test Your Skills

    par Vaskaran Sarcar ...
    Collection series Professional and Applied Computing (R0)
    Discover object oriented programming with Java in this unique tutorial. This book uses Java and Eclipse to write and generate output for examples in topics such as classes, interfaces, overloading, and overriding. Interactive Object Oriented Programming in Java uniquely presents its material in a dialogue with the reader to encourage thinking and experimentation.Later chapters cover further Java ... En savoir plus

    CHF 30.15

  • Cryptography and Cryptanalysis in Java

    Creating and Programming Advanced Algorithms with Java SE 21 LTS and Jakarta EE 11

    Collection series Professional and Applied Computing (R0)
    Here is your in-depth guide to cryptography and cryptanalysis in Java. This book includes challenging cryptographic solutions that are implemented in Java 21 and Jakarta EE 11. It provides a robust introduction to Java 21's new features and updates, a roadmap for Jakarta EE 11 security mechanisms, a unique presentation of the "hot points" (advantages and disadvantages) from the Java Cryptography ... En savoir plus

    CHF 58.98

  • Designing Applications for Google Cloud Platform

    Create and Deploy Applications Using Java

    par Ashutosh Shashi ...
    Collection series Professional and Applied Computing (R0)
    Learn how to use Google Cloud Platform (GCP) and its services to design, build, and deploy applications. This book includes best practices, practical examples, and code snippets written in Java, making it a key resource for developers seeking hands-on experience with GCP.You'll begin with an introduction to GCP services and a review of what Java offers while developing applications for GCP. Next, ... En savoir plus

    CHF 63.91

  • The Comprehensive Guide to Kotlin Programming

    A Complete Reference Guide

    par Madison Giroux ...
    Embark on a transformative journey into the realm of Kotlin with The Comprehensive Guide to Kotlin Programming, meticulously crafted to guide both emerging and experienced developers through the intricacies and innovations of Kotlin programming. This comprehensive tome is engineered to elevate your understanding and mastery of Kotlin, positioning you at the forefront of modern Android development ... En savoir plus

    CHF 4.72 ou Gratuit avec Kobo Plus

  • OCP: Java SE 17 Developer Study Guide

    par Esteban Herrera ...
    This is the e-book version of the book that you can read online.Prepare for the Java 17 certification exam (Exam 1Z0-829) with this comprehensive study guide. This book will give you the knowledge and skills necessary to pass the exam and gain a deep understanding of Java's core features and advanced topics.Each chapter provides in-depth explanations, practical examples, and best practices to ... En savoir plus

    CHF 9.50 ou Gratuit avec Kobo Plus

  • Beginning Java 8 APIs, Extensions and Libraries

    Swing, JavaFX, JavaScript, JDBC and Network Programming APIs

    par Kishori Sharan ...
    Collection 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 ... En savoir plus

    CHF 63.91

  • Java 8 Recipes

    Collection series Professional and Applied Computing (R0)
    Java 8 Recipes offers solutions to common programming problems encountered while developing Java-based applications. Fully updated with the newest features and techniques available, Java 8 Recipes provides code examples involving Lambdas, embedded scripting with Nashorn, the new date-time API, stream support, functional interfaces, and much more. Especial emphasis is given to features such as ... En savoir plus

    CHF 54.06

  • Learn Java 17 Programming

    Learn the fundamentals of Java Programming with this updated guide with the latest features

    par Nick Samoylov ...
    Explore the essential concepts of programming such as object-oriented, functional, and reactive programming by writing code and building projects using the latest LTS version of JavaKey FeaturesA step-by-step guide for beginners to get started with programming in Java 17Explore core programming topics including GUI programming, concurrency, and error handlingWrite efficient code and build projects ... En savoir plus

    CHF 32.31 ou Gratuit avec Kobo Plus

  • Java XML and JSON

    par JEFF FRIESEN ...
    Collection series Professional and Applied Computing (R0)
    Java XML and JSON is your one-stop guide to mastering the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML/JSON documents (and more). The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining four chapters focus on JSON along with the mJson, GSON, and JsonPath APIs.Each chapter ends with select ... En savoir plus

    CHF 37.44

  • Java Design Patterns

    par Vaskaran Sarcar ...
    Collection series Professional and Applied Computing (R0)
    Learn how to implement design patterns in Java: each pattern in Java Design Patterns is a complete implementation and the output is generated using Eclipse, making the code accessible to all. The examples are chosen so you will be able to absorb the core concepts easily and quickly.This book presents the topic of design patterns in Java in such a way that anyone can grasp the idea. By giving easy ... En savoir plus

    CHF 30.15

  • Learning Groovy

    par Adam L. Davis ...
    Collection series Professional and Applied Computing (R0)
    Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK). You'll also learn more advanced aspects of Groovy, such as using Groovy design patterns, writing DSLs in Groovy, and taking advantage of Groovy's ... En savoir plus

    CHF 30.15

  • Virtual Threads, Structured Concurrency, and Scoped Values

    Explore Java’s New Threading Model

    Collection series Professional and Applied Computing (R0)
    Discover the exciting new APIs introduced by Java’s Project Loom. This quick guide covers all the essential concepts the Java developer needs in order to understand virtual threads, structured concurrency, and scoped values.Authors Ron Veen and David Vlijmincx clearly explain the superiority of virtual threads, introduced in Java 21, over the traditional Java threads of the past 25 years. Then ... En savoir plus

    CHF 53.55

  • Python for the Busy Java Developer

    The Language, Syntax, and Ecosystem

    par Deepak Sarda ...
    Collection series Professional and Applied Computing (R0)
    Are you a seasoned Java developer who wishes to learn Python? Perhaps you’ve just joined a project where a chunk of system integration code is written in Python. Or maybe you need to implement a report generation module in the next sprint and your colleague mentioned that Python would be the perfect tool for the job. In any case, if you are in a situation where you have to pick up the Python ... En savoir plus

    CHF 35.18

  • JAVA 9.0 To 13.0 New Features

    Learn, Implement and Migrate to New Version of Java.

    par Mandar Jog ...
    Version release is one of the important phases of success of any programming language. Over the years, Java has made many improvements in its API to make it reliable and flexible to use. This book aims at providing you information related to all the updates from JDK9.0 to JDK13.0 in one place.This book starts with a brief history of Java. It covers how Java has evolved as a complete programming ... En savoir plus

    Avant CHF 13.53 Après CHF 11.48 ou Gratuit avec Kobo Plus

  • Spring Persistence with Hibernate

    Collection series Professional and Applied Computing (R0)
    Learn how to use the core Hibernate APIs and tools as part of the Spring Framework. This book illustrates how these two frameworks can be best utilized. Other persistence solutions available in Spring are also shown including the Java Persistence API (JPA).Spring Persistence with Hibernate, Second Edition has been updated to cover Spring Framework version 4 and Hibernate version 5. After reading ... En savoir plus

    CHF 48.21

  • Software Development, Design and Coding

    With Patterns, Debugging, Unit Testing, and Refactoring

    par John F. Dooley ...
    Collection series Professional and Applied Computing (R0)
    Learn the principles of good software design, and how to turn those principles into great code. This book introduces you to software engineering — from the application of engineering principles to the development of software. You'll see how to run a software development project, examine the different phases of a project, and learn how to design and implement programs that solve specific problems. ... En savoir plus

    CHF 69.76

  • The Definitive Guide to JSF in Java EE 8

    Building Web Applications with JavaServer Faces

    Collection series Professional and Applied Computing (R0)
    Learn and master the new features in the JSF 2.3 MVC web framework in this definitive guide written by two of the JavaServer Faces (JSF) specification leads. The authors take you through real-world examples that demonstrate how these new features are used with other APIs in Java EE 8. You’ll see the new and exciting ways JSF applications can use to communicate between a client and a server, such ... En savoir plus

    CHF 63.91

  • Fundamentos de programación en Java con NetBeans

    El libro Fundamentos de programación en Java con NetBeans ha sido diseñado para brindar un apoyo adicional y de refuerzo en el aprendizaje de programación utilizando el lenguaje Java y el IDE NetBeans. Programar puede ser tanto un camino desafiante como gratificante. Al iniciar este viaje en el mundo de la programación, es normal encontrar obstáculos y momentos difíciles y de frustración. Sin ... En savoir plus

    CHF 4.50 ou Gratuit avec Kobo Plus

  • JAVA. Interfaces gráficas y aplicaciones para Internet (4ª Edición)

    Hasta hace pocos años Java solo nos traía a la mente una taza de café, objeto que se ha convertido en su logotipo, seguramente por las muchas que se tomaron sus creadores. Sin embargo, hoy en día, cualquiera que haya tenido contacto con una página web tiene otro concepto, y sabe que Java es un lenguaje de programación orientado a objetos, introducido por Sun Microsystems, actualmente soportado por ... En savoir plus

    CHF 21.96 ou Gratuit avec Kobo Plus

  • Android Programming for Beginners

    Build in-depth, full-featured Android apps starting from zero programming experience

    par John Horton ...
    Learn the Java and Android skills you need to start developing powerful mobile applications with the help of actionable stepsKey FeaturesKick-start your Android programming career or just have fun publishing apps to the Google Play marketplaceGet a first principles introduction to using Java and Android and prepare to start building your own apps from scratchLearn by example by building four real ... En savoir plus

    CHF 31.39 ou Gratuit avec Kobo Plus