Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Java eBooks

If you like Java eBooks, then you'll love these top picks.
Showing 409 - 432 of 588 Results
Skip side bar filters
  • Datas e horas

    Conceitos fundamentais e as APIs do Java

    by Hugo Kotsubo ...
    Toda aplicação precisa lidar com datas. Seja com os casos mais simples, como uma data de nascimento no cadastro de usuários, até os mais complexos, como um rastreamento completo de todos os eventos ocorridos com determinado produto, desde a sua confecção até a venda, com data e hora exatas em que cada etapa ocorreu. No desenvolvimento, é essencial ter um conhecimento maior sobre todos os conceitos ... Read more

    9,49 € or Free with Kobo Plus

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

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

    12,99 € or Free with Kobo Plus

  • Java EE 8: Only What's New

    Level up quickly on the latest features of Java EE 8 including Security, JSON-B/P, CDI, JAX-RS, Servlet and more

    by Alex Theedom ...
    This book covers all new and updated Java EE 8 APIs with plenty of code examples to demonstrate each feature: JSON Binding 1.0, Security 1.0, Servlet 4.0, Bean Validation 2.0, CDI 2.0, JAX-RS 2.1, JSF 2.3, JSON Processing 1.1 and JPA 2.2. Only what's new is included, so you won't spend time reading what you already know, only what you don't. ... Read more

    9,95 € or Free with Kobo Plus

  • how I came up with an app idea

    This short ebook was written for programmers. We programmers spend thousands of hours learning how to code. But knowing how to code is one thing, and build a product with your coding knowledge is another.It is not important to know all the programming languages around, all the latest frameworks and all the new trends in tech IF you cannot do something with the skills you have.Most new devs ... Read more

    5,73 € or Free with Kobo Plus

  • Java Software Development with Event B

    A Practical Guide

    Series series Synthesis Lectures on Software Engineering
    The cost of fixing software design flaws after the completion of a software product is so high that it is vital to come up with ways to detect software design flaws in the early stages of software development, for instance, during the software requirements, the analysis activity, or during software design, before coding starts.It is not uncommon that software requirements are ambiguous or ... Read more

    25,85 €

  • Mastering Spring Reactive Programming for High Performance Web Apps

    Revolutionize Your Asynchronous Application Development in Spring with Reactive Programming Principles, Spring WebFlux and Reactor (English Edition)

    Master Reactive Programming: Build Solutions with Reactive SpringBook DescriptionMastering Spring Reactive Programming for High Performance Web Apps is a comprehensive guide designed for developers looking to master reactive programming with Spring WebFlux and Reactor. Whether you're a beginner seeking to understand the fundamentals or an experienced developer aiming to enhance your asynchronous ... Read more

    27,99 € or Free with Kobo Plus

  • Java Programming for Core and Advanced Users

    Java Programming for Core and Advanced Learners is a compact and complete textbook for core and advanced Java, covering the requirements of undergraduate courses in computer science and information technology. The book explains the concepts and reinforces them with several solved examples and illustrations. It also elucidates the implementation of GUI and UML features to capture and communicate ... Read more

    33,79 €

  • Java™ for Programmers

    The professional programmer’s Deitel® guide to Java™ development and the powerful Java platform Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores the Java language and Java APIs in depth. The book presents concepts in the context of fully tested programs, complete with syntax ... Read more

    35,70 €

  • Android Studio 4.1 Development Essentials - Java Edition

    Developing Android 11 Apps Using Android Studio 4.1, Java and Android Jetpack

    by Neil Smyth ...
    Fully updated for Android Studio 4.1, Android 11 (R), Android Jetpack and the modern architectural guidelines and components, the goal of this book is to teach the skills necessary to develop Android-based applications using the Java programming language.An overview of Android Studio is included covering areas such as tool windows, the code editor and the Layout Editor tool. An introduction to the ... Read more

    32,49 €

  • Seam Framework

    Experience the Evolution of Java EE

    Series series JBoss Series
    Fully Updated to Cover Major Enhancements to Seam 2.x   In Seam Framework, Second Edition, the authors of the leading guide to Seam programming have systematically updated their text to reflect the major improvements introduced with Seam 2.x. This author team–all key Seam project contributors–teach Seam 2.x through detailed example applications that reveal how Seam simplifies many ta... ... Read more

    26,77 €

  • Java в облаке. Spring Boot, Spring Cloud, Cloud Foundry

    Хотите потягаться с гигантами современных облачных технологий? Работать как Amazon, Netflix или Etsy? Ответ очевиден: вам нужна облачная разработка под Java/JVM, позволяющая освоить новейшие технологии, открывающие путь к облакам - в первую очередь, Spring Boot и Cloud Foundry. Всему этому вы научитесь, прочитав фундаментальную книгу "Java в облаке". Вы не только узнаете, как устроены современные ... Read more

    10,99 €

  • Java多线程并发体系实战(微课视频版)

    by 刘宁萌 ...
    本书全面、系统地介绍了Java多线程相关的核心知识点,把官方多线程的核心知识点用链路的方式讲解清楚。读者在学习的过程中需要循序渐进,核心知识点的理解是很重要的。由核心知识点扩展开来就可以形成万物。学习和创造希望读者在此过程中能拥有自已的成长和思维。 全书共分为10章。第1~3章介绍了线程的核心知识点,第4章讲解线程局部变量,第5章介绍Lock锁,第6章讲解原子包,第7章介绍阻塞队列,第8章介绍线程池,第9章讲解线程同步器,第10章是AQS源代码分析。 本书每个章节都有相对应的代码验证环节,提供大量应用实例,每章节均附有习题。 本书适合有一定的Java基础知识,包括语法、结构、面像对象的编程概念。**还有一定的并发编程基础的读者阅读。也可作为计算机相关专业的学习用书和参考教材,以及Java软件开发者的自学用书和研究人员的参考用书。 ... Read more

    14,91 €

  • Get Your Hands Dirty on Clean Architecture

    A hands-on guide to creating clean web applications with code examples in Java

    by Tom Hombergs ...
    Gain insight into how hexagonal architecture can help to keep the cost of development low over the complete lifetime of an applicationKey FeaturesExplore ways to make your software flexible, extensible, and adaptableLearn new concepts that you can easily blend with your own software development styleDevelop the mindset of building maintainable solutions instead of taking shortcutsBook ... Read more

    15,47 € or Free with Kobo Plus

  • JAVASCRIPT MASTERY

    UNLOCK THE SECRETS ONLY ELITES DEVELOPERS KNOW

    Unleash the Power of JavaScript: A Comprehensive Guide from Beginner to EliteMaster the world's most popular programming language and craft dynamic web applications with confidence.This comprehensive book is your ultimate roadmap to JavaScript mastery. Whether you're a complete beginner or an experienced developer looking to upskill, this guide provides a structured path to understanding ... Read more

    8,59 €

  • Kotlin Design Patterns and Best Practices

    Elevate your Kotlin skills with classical and modern design patterns, coroutines, and microservices

    by Alexey Soshin ...
    Dive deep into Kotlin design patterns, explore idiomatic functional programming, and master microservices with frameworks like Arrow, Ktor, and Vert.x.Key FeaturesStart from basic Kotlin syntax and go all the way to advanced topics like Coroutines and structural concurrencyLearn how to select and implement the right design pattern for your next Kotlin projectGet to grips with concurrent and ... Read more

    25,75 € or Free with Kobo Plus

  • JavaScript Bootcamp: From Zero To Hero

    Hands-On Learning For Web Developers

    by Rob Botwright ...
    JavaScript Bootcamp: From Zero to Hero - Hands-On Learning for Web Developers Are you ready to become a web development hero? Look no further than our comprehensive book bundle, "JavaScript Bootcamp: From Zero to Hero." Whether you're a newcomer to the world of web development or an experienced coder looking to master JavaScript, this bundle is your ultimate guide. Book 1 - JavaScript ... Read more

    7,99 € or Free with Kobo Plus

  • MASTER REACT.JS PART 4

    by 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 ... Read more

    3,81 €

  • RESTful Java Web Services Interview Questions You'll Most Likely Be Asked

    Second Edition

    Series Book 32 - Job Interview Questions Series
    · 200 RESTful Java Web Services Interview Questions· 75 HR Interview Questions· Real life scenario-based questions· Strategies to respond to interview questions· 2 Aptitude TestsThese questions are across a wide range of topics. Some of the topics included are:- REST Basics (Introduction to REST, HTTP, etc)- JAX-RS (S... ... Read more

    9,11 €

  • JavaScript Interview Questions You'll Most Likely Be Asked

    Series Book 18 - Job Interview Questions series
    264 JavaScript Interview Questions77 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJavaScript 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 than going through compr... ... Read more

    8,47 €

  • Eclipse IDE Pocket Guide

    Using the Full-Featured IDE

    by Ed Burnette ...
    Eclipse is the world's most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide to the features that are used over and over again in Java programming. You need answers to basic questions such as: Where was that menu? What does that command do again? And how can I set my ... Read more

    6,03 €

  • Jython Essentials

    Rapid Scripting in Java

    Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's popularity lies in the combination of Java's librariesand tools with Python's rapid development capabilities. With Jython, you can write Python programs that integrate seamlessly with any Java code. And like Python, Jython can be used ... Read more

    17,16 €

  • Harnessing Hibernate

    Step-by-step Guide to Java Persistence

    Harnessing Hibernate is an ideal introduction to the popular framework that lets Java developers work with information from a relational database easily and efficiently. Databases are a very different world than Java objects, and they often involve people with different skills and specializations. With Hibernate, bridging these two worlds is significantly easier, and with this book, you can get up ... Read more

    19,49 €

  • Java EE Testing mit Arquillian

    Series Book 82 - shortcuts
    Mit Arquillian sind Integrationstests ebenso einfach handhabbar wie Unit-Tests. Arquillian ist aufgrund der Flexibilität, die sich aus In-Container-Tests und Micro-Deployments ergibt, für eine Vielzahl von automatisierten Testformen geeignet. Das reicht von Unit Tests über Integrationstests bis hin zu Akzeptanz- und Performanztests. Das erste Kapitel gibt u.a. eine Einführung in das Testen von ... Read more

    2,99 €

  • Orchard CMS: Up and Running

    ASP.NET Website Development Made Easy

    by John Zablocki ...
    Use your C# skills to build your next website with Orchard, the popular content management system based on ASP.NET MVC. With step-by-step guidance, you’ll learn your way around the Orchard environment by constructing a complete, real-world site throughout the course of this book. You’ll create, manage, and display dynamic content with out-of-the-box functionality, and then build themes, modules, ... Read more

    11,86 €