Skip to main content

Warenkorb

Sie werden jetzt wie ein VIP behandelt!

Artikel nicht erhältlich
Bitte überprüfen Sie Ihren Warenkorb. Sie können nicht verfügbare Artikel jetzt entfernen. Andernfalls werden diese beim Bezahlen automatisch entfernt.
ElementeElement
ElementeElement

Empfehlungen für Sie

Loading...

Java eBooks

Lesen Sie gerne eBooks aus der Kategorie Java? Dann werden Ihnen unsere Empfehlungen sicherlich gefallen.
Es werden 124 von 1856 Ergebnissen angezeigt
Skip side bar filters
  • Hacking with Spring Boot 2.3

    Reactive Edition

    Spring Boot 2.3 is the hottest ticket in town......when it comes to Java development. Learn the latest features that can scale your apps including:Web and Data accessDeveloper tools and test supportOperational featuresDocker container bakingBottleneck discovery with BlockHoundMessagingSecurityMore!Written cover-to-cover using Project Reactor, your apps will scale like... Lesen Sie mehr

    € 21,93

  • Functional Programming in Scala, Second Edition

    This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3.In Functional Programming in Scala, Second Edition you will learn how to:Recognize and write purely functional codeWork with errors without using exceptionsWork with state and concurrencyInteract with functional structures that define common behaviorsWrite code that performs I/O without Lesen Sie mehr

    € 50,83

  • Android Programming Unleashed

    von B.M. Harwani
    Serien series Unleashed
    Android Programming Unleashed is the most comprehensive and technically sophisticated guide to best-practice Android development with today's powerful new versions of Android: 4.1 (Jelly Bean) and 4.0.3 (Ice Cream Sandwich). Offering the exceptional breadth and depth developers have come to expect from the Unleashed series, it covers everything programmers need to know to develop robust, high Lesen Sie mehr

    € 28,59

  • Scala for the Impatient

    von Cay Horstmann
    Scala 3--A Clear, Concise GuideScala 3 is concise, consistent, flexible, robust, and efficient, but there's a lot to learn and navigating features and improvements can be challenging. Scala for the Impatient, Third Edition, is a complete yet concise guide that reflects the major enhancements of Scala 3, from improved syntax and revamped type system to powerful contextual abstractions.This Lesen Sie mehr

    € 39,59

  • Kotlin Cookbook

    A Problem-Focused Approach

    von Ken Kousen
    Use Kotlin to build Android apps, web applications, and more—while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply thisJava-based language to their own projects. Both experienced programmers and those new to Kotlin will benefit from the practical recipes in this book.Author Ken Kousen (Modern Java Recipes) shows you how to solve Lesen Sie mehr

    € 30,13

  • Eclipse Plug-ins

    Producing a commercial-quality plug-in means going above and beyond the minimal requirements needed to integrate with Eclipse. It means attending to all those details that contribute to the “fit and polish” of a commercial offering. This comprehensive guide covers the entire process of plug-in development, including all the extra steps needed to achieve the highest quality results.Building on two Lesen Sie mehr

    € 34,31

  • Core Java, Volume I--Fundamentals: Eighth Edition

    Eighth Edition

    Serien series Core Series
    This revised edition of the classic Core Java™, Volume I–Fundamentals , is the definitive guide to Java for serious programmers who want to put Java to work on real projects.   Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples. The example programs Lesen Sie mehr

    € 31,67

  • Android Studio Development Essentials

    von Neil Smyth
    The goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Environment (IDE) and the Android 5.0 Software Development Kit (SDK). Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment. An overview of Android Studio is included covering Lesen Sie mehr

    € 9,90

  • Implementing SOA Using Java EE

    The Practitioner’s Guide to Implementing SOA with Java EE Technologies   This book brings together all the practical insight you need to successfully architect enterprise solutions and implement them using SOA and Java EE technologies. Writing for senior IT developers, strategists, and enterprise architects, the authors cover everything from concepts to implementation, requirements to tools.  Lesen Sie mehr

    € 36,29

  • Eclipse Rich Client Platform

    The Definitive Guide to Eclipse Rich Client DevelopmentIn Eclipse Rich Client Platform, Second Edition, three Eclipse Rich Client Platform (RCP) project leaders show how to use Eclipse 3.5 (“Galileo”) to rapidly deliver cross-platform applications with rich, native-feel GUIs.The authors fully reveal the power of Eclipse as a desktop application development platform; introduce important new Lesen Sie mehr

    € 31,45

  • Google Web Toolkit Solutions

    More Cool & Useful Stuff

    Cu>   Google Web Toolkit (GWT) is an open source Java development framework for building Ajax-enabled web applications. Instead of the hodgepodge of technologies that developers typically use for Ajax–JavaScript, HTML, CSS, and XMLHttpRequest–GWT lets developers implement rich client applications with pure Java, using familiar idioms from the AWT, Swing, and SWT. GWT goes beyond most Ajax Lesen Sie mehr

    € 29,69

  • Java Demystified

    von James Keogh
    Learn Java with this fun and painless self-teaching guide. Easy-to-understand, step-by-step instruction explains the most commonly used programming language for designing dynamic Web pages. Numerous examples, quizzes at the end of each chapter, and a final exam solidify the knowledge you have learned. Lesen Sie mehr

    € 16,49

  • Programming Fundamentals Using Java

    A Game Application Approach

    This is a Java textbook for beginning programmers that uses game programming as a central pedagogical tool to improve student engagement, learning outcomes, and retention. Game programming is incorporated into the text in a way that does not compromise the amount of material traditionally covered in a basic or advanced programming course and permits instructors who are not familiar with game Lesen Sie mehr

    € 53,56

  • Learn Java Programming-By GoLearningBus

    von WAGmob Inc
    * * * * * GoLearningBus: A quality product from WAG Mobile Inc !!! * * * * *Focus of GoLearningBus is to make education enjoyable, entertaining, and exciting for everyone.GoLearningBus brings you, simpleNeasy, on-the-go learning eBook for "Learn Java Programming".The eBook provides:Snack sized chapters for easy learning.Simple and easy quizzes for self-assessment.Code Samples for practice.Designed Lesen Sie mehr

    € 2,20

  • A Programmer's Guide to Java Certification

    A Comprehensive Primer

    Th> A Programmer’s Guide to Java™ SCJP Certification, Third Edition, provides detailed coverage of all exam topics and objectives, readily runnable code examples, programming exercises, extensive review questions, and a new mock exam. In addition, as a comprehensive primer to the Java programming language, this book is an invaluable reference tool. This new e... Lesen Sie mehr

    € 42,78

  • Java从入门到精通(第7版)

    von 明日科技
    《Java从入门到精通(第7版)》从初学者角度出发,通过通俗易懂的语言、丰富多彩的实例,详细讲解了使用Java语言进行程序开发需要掌握的知识。全书分为4篇共24章,内容包括初识Java,开发工具(IDEA、Eclipse),Java语言基础,流程控制,数组,类和对象,继承、多态、抽象类与接口,包和内部类,异常处理,字符串,常用类库,集合类,枚举类型与泛型,lambda表达式与流处理,I/O(输入/输出),反射与注解,数据库操作,Swing程序设计,Java绘图,多线程,并发,网络通信,飞机大战游戏,MR人脸识别打卡系统。书中所有知识都结合具体实例进行讲解,涉及的程序代码都给出了详细的注释,这可以帮助读者轻松领会Java程序开发的精髓,并快速提高开发技能。 Lesen Sie mehr

    € 15,56

  • Java 17 Backend Development

    von Elara Drevyn
    This book offers beginners and backend developers with practical guidance on developing robust server-side applications with Java 17. Each chapter is structured around hands-on examples, real-world challenges, and step-by-step solutions tailored to Java professionals aiming to elevate their expertise in backend systems. It seamlessly transitions through essential development phases, covering Lesen Sie mehr

    € 28,99

  • be a big dawg in java

    java interview preparation guide

    von srikar bojja
    About the BookBe Big Dawg in Java is a comprehensive guide for Java enthusiasts who want to go beyond the basics and truly master the language. Whether you're a beginner stepping into Java development or an experienced programmer looking to refine your skills, this book offers deep insights, practical examples, and real-world scenarios to make you a true "Big Dawg" in Java.What You’ll LearnCore Lesen Sie mehr

    € 3,19

  • Spring 5 Recipes

    A Problem-Solution Approach

    Serien series Professional and Applied Computing (R0)
    Solve all your Spring 5 problems using complete and real-world code examples. When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your needs. This can save you a great deal of work over creating a project from scratch.The recipes in Spring 5 Recipes cover Spring fundamentals such as Spring IoC container, Spring AOP/ AspectJ Lesen Sie mehr

    € 44,54

  • Ultimate Java for Data Analytics and Machine Learning: Unlock Java's Ecosystem for Data Analysis and Machine Learning Using WEKA, JavaML, JFreeChart, and Deeplearning4j

    von Abhishek Kumar
    Empower Your Data Insights with Java's Top Tools and Frameworks.Key Features● Explore diverse techniques and algorithms for data analytics using Java.● Learn through hands-on examples and practical applications in each chapter.● Master essential tools and frameworks such as JFreeChart for data visualization and Deeplearning4j for deep learning.Book DescriptionThis book is a comprehensive guid... Lesen Sie mehr

    € 25,99

  • Java SE 8 Programmer I

    O guia para sua certificação Oracle Certified Associate

    As certificações Java são, pelo bem ou pelo mal, muito reconhecidas no mercado. Em sua última versão, a principal foi quebrada em duas provas. Este livro o guiará por questões e assuntos abordados para a primeira prova, a Java SE 8 Programmer I (1Z0-808), de maneira profunda e desafiadora. Ele percorrerá cada tema com detalhes e exercícios, para você chegar na prova confiante. Decorar regras seria Lesen Sie mehr

    Zuvor € 9,49 Jetzt € 7,99

  • Refatorando com padrões de projeto

    Um guia em Java

    von Marcos Brizeno
    Qualidade de código e refatoração são reconhecidamente assuntos que permanecem relevantes e pertinentes tanto para novos profissionais como para quem já sabe do que se trata: melhorar o design existente, aplicar mudanças em pequenos passos e evitar deixar o sistema quebrado. Ao aplicar refatorações, existem várias técnicas que podem ajudar a alcançar a melhoria desejada, de modo que o processo Lesen Sie mehr

    Zuvor € 9,49 Jetzt € 7,99

  • Learning Java with Games

    von Chong-wei Xu
    Serien series Computer Science (R0)
    This innovative approach to teaching Java language and programming uses game design development as the method to applying concepts.Instead of teaching game design using Java, projects are designed to teach Java in a problem-solving approach that is both a fun and effective. Learning Java with Games introduces the concepts of Java and coding; then uses a project to emphasize those ideas. It does Lesen Sie mehr

    € 64,34

  • Derinlemesine Spring Boot Web

    von 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 Lesen Sie mehr

    € 0,99