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 361 - 384 of 589 Results
Skip side bar filters
  • Algorithmen und Datenstrukturen

    Eine Einführung mit Java

    Kenntnisse von Algorithmen und Datenstrukturen sind ein Grundbaustein des Studiums der Informatik und verwandter Fachrichtungen. Das Buch behandelt diese Thematik in Verbindung mit der Programmiersprache Java und schlägt so eine Brücke zwischen den klassischen Lehrbüchern zur Theorie von Algorithmen und Datenstrukturen und den praktischen Einführungen in eine konkrete Programmiersprache. Die ... Read more

    $52.99 CAD

  • Data Analytics with Hadoop

    An Introduction for Data Scientists

    Ready to use statistical and machine-learning techniques across large data sets? This practical guide shows you why the Hadoop ecosystem is perfect for the job. Instead of deployment, operations, or software development usually associated with distributed computing, you’ll focus on particular analyses you can build, the data warehousing techniques that Hadoop provides, and higher order data ... Read more

    $28.79 CAD

  • JavaScript重难点实例精讲

    by 周雄著 ...
    本书对JavaScript的重难点进行了总结,并通过具体场景比较不同解决方法的优缺点。全书共7章,第1章是JavaScript重点概念,第2章是引用数据类型,第3章是函数,第4章是对象,第5章是DOM与事件,第6章是Ajax,第7章是ES6。 ... Read more

    $30.14 CAD

  • Enhanced Java: Step-by-Step Java Book (3th Edition)

    by Jamie Bloch ...
    Java Made Easy – a Step-by-Step Guide for BeginnersLearning a programming language can seem like a daunting task. You may have looked at coding in the past, and felt it was too complicated and confusing. This comprehensive beginner’s guide will take you step by step through learning one of the best programming languages out there. In a matter of no time, you will be writing code like a ... Read more

    $35.29 CAD

  • Crystal Clear Java

    1St Edition

    This book is about clearly understanding the concepts of Java as a language and then applying these concepts to develop applications. The first objective of this book is to make the concepts of the Java language easy to understand. The second objective is to make it easy to write Java solutions to a programming problem. Debugging and correcting your code quickly is also very easy at that point. ... Read more

    $4.85 CAD

  • Real-Time Java Programming

    With Java RTS

    The Definitive Guide to Java RTS for Developers and ArchitectsFor Java developers and architects moving to real-time, and real-time developers moving to JavaWalks through start-to-finish case study applications, identifying their constraints and discussing the APIs and design patterns used to address themWritten by the former leader of the real-time Java standards process and one of Wall Street’s ... Read more

    $43.19 CAD

  • Android Studio

    Mobil Programlama

    by Mehmet Keskin ...
    Bu kitap, piyasadaki Android kitaplarıyla kıyaslandığı zaman başlangıç seviyesi ile uzman seviyesi arasında kalan bir konumda yer alır. Giriş seviyesindeki kitaplar mantık olarak bol, basit ve kısa örnekler üzerinden okuyucuları uygulama geliştirmeye aşina hale getirmeyi amaçlar. Uzman seviyesindeki kitaplar da genel olarak oturup baştan sona okuyacağınız kaynaklar olmaktan çok, temel seviyede ... Read more

    $2.81 CAD

  • JavaScript Beginners Learn Java Script Programming Language, Basics Concept & Practice by Example

    How to Learn Javascript for BeginnersJavaScript is one of the oldest programming languages famed that are still in use by programmers these days. The foremost lovely part of this language is that it's comparatively straightforward compared to alternative programming languages. JavaScript is a really basic language to find out throughout your early years as an engineer. It's the flexibleness ... Read more

    $12.59 CAD

  • Android Studio 2.2 Development Essentials - Android 7 Edition

    by Neil Smyth ...
    With 75 in-depth chapters, over 800 pages and more than 47 example app projects (including the source code) this book provides everything you need to successfully develop and deploy Android apps using Android Studio. Fully updated for Android Studio 2.2 and Android 7, the goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated ... Read more

    $37.06 CAD

  • Java Programming Fundamentals: From Control Structures through Objects

    by Brian Gaddis ...
    This book is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Designed to support an introductory programming course, this book teaches you concepts of problem-solving and object-orientated programming using a fundamentals-first approach. Beginner programmers learn critical ... Read more

    $33.28 CAD

  • Just Hibernate

    A Lightweight Introduction to the Hibernate Framework

    If you’re looking for a short, sweet, and simple introduction (or reintroduction) to Hibernate, this is the book you want. Through clear real-world examples, you’ll learn Hibernate and object-relational mapping from the ground up, starting with the basics. Then you’ll dive into the framework’s moving parts to understand how they work in action.Storing Java objects in relational databases is ... Read more

    $20.15 CAD

  • Android Games Coding Examples - 30 Games Codes That Are Fun To Play

    Series 1

    Series series Series 1
    This eBook "Android Games Coding Examples - 30 Games Codes That Are Fun To Play" serves as an extensive guide for developing a variety of Android games, encompassing a wide range of genres and technologies. From basic 2D puzzles and classic arcade games to advanced 3D and augmented reality (AR) applications, the book offers step-by-step tutorials for 30 distinct projects, each chapter dedicated to ... Read more

    $52.19 CAD or Free with Kobo Plus

  • Java Web Development: Java Unleashed

    Crafting Enterprise-Level Solutions

    "Java Web Development: Java Unleashed: Crafting Enterprise-Level Solutions," is one comprehensive book that will give the developers the education for building solid, high performance Java web applications that are good enough to stand in an enterprise level. Comprehensive covering of the book has essential and advanced information with regards to Java web development, from fundamental concepts ... Read more

    $10.07 CAD

  • Enterprise JavaBeans 3.1

    Developing Enterprise Java Components

    Learn how to code, package, deploy, and test functional Enterprise JavaBeans with the latest edition of this bestselling guide. Written by the developers of JBoss EJB 3.1, this book not only brings you up to speed on each component type and container service in this implementation, it also provides a workbook with several hands-on examples to help you gain immediate experience with these ... Read more

    $35.99 CAD

  • Java Data Objects

    Store Objects with Ease

    Java Data Objects revolutionizes the way Java developers interact with databases and other datastores. JDO allows you to store and retrieve objects in a way that's natural to Java programmers. Instead of working with JDBC or EJB's container-managed persistence, you work directly with your Java objects. You don't have to copy data to and from database tables or issue SELECTs to perform queries: ... Read more

    $23.75 CAD

  • JavaMail API

    Sending and Receiving Email with Java

    Send and receive email from Java applications by using the JavaMail API. With this concise book, you’ll learn how to communicate with existing SMTP, POP, and IMAP servers, and how to write your own.Whether you need to build an email-centric application like a mailing list manager or simply add email notification to a larger product, JavaMail is the answer. Packed with code examples, this book ... Read more

    $9.62 CAD

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

    $33.11 CAD

  • Programming Grails

    Best Practices for Experienced Grails Developers

    by Burt Beckwith ...
    Dig deeper into Grails architecture and discover how this application framework works its magic. Written by a core developer on the Grails team, this practical guide takes you behind the curtain to reveal the inner workings of its 2.0 feature set. You’ll learn best practices for building and deploying Grails applications, including performance, security, scaling, tuning, debugging, and monitoring ... Read more

    $29.51 CAD

  • 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 SpringKey Features● Step-by-step approach to mastering Reactor and Spring WebFlux.● Practical projects to apply and reinforce reactive programming skills.● Real-world solutions for building scalable and efficient reactive systems.Book DescriptionMastering Spring Reactive Programming for High Performance Web Apps is a comp... ... Read more

    $41.99 CAD or Free with Kobo Plus

  • Desbravando Java e Orientação a Objetos

    Um guia para o iniciante da linguagem

    Aprenda Orientação a Objetos com Java de forma simples e efetiva! Você compilará e executará seu próprio programa em algumas horas. Por que Java? Essa é uma das linguagens de programação mais utilizadas em todo o mundo, com 20 anos e atualmente mais de 9 milhões de desenvolvedores. O livro explora importantes conceitos da orientação a objetos como encapsulamento, herança e polimorfismo. Sempre com ... Read more

    $11.69 CAD or Free with Kobo Plus

  • 川哥教你Spring Boot 2实战

    by 李世川 ...
    本书重点关注和介绍Spring Boot 2框架的技术应用。Spring Boot是目前微服务架构使用最为广泛的框架之一,一旦开发人员掌握了该框架的配置和使用技巧,则对于当前微服务应用的开发将得心应手。本书详细介绍了Sping Boot 2的开发环境、开发方式、数据库应用、MVC、RESTful、安全及测试等。对于刚开始接触微服务架构、Spring Boot的开发人员来说,这是一本很适合的书籍。本书介绍的内容较多,但都是当前基于微服务架构的应用所需, 内容翔实并提供所有源码。对于已有开发经验的Spring开发人员来说,这也是一本有价值的参考书。本书案例源码均由作者亲自编写,其中包含了很多有用的方法与使用技巧。 本书适合初级、中级Java开发工程师,以及从其他开发语言(如PHP、C、Python等)转向Java微服务的开发工程师使用,也 可作为互联网应用研发人员 ... Read more

    $18.79 CAD

  • Advanced JAVA Interview Questions You'll Most Likely Be Asked

    Series series Job Interview Questions Series
    •297 Advanced JAVA Interview Questions•75 HR Interview Questions•Real life scenario based questions•Strategies to respond to interview questions•2 Aptitude TestsAdvanced JAVA 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 comprehensive, textbook-sized reference guides, this book ... Read more

    $22.62 CAD

  • Apprenez à programmer en Java

    by Cyrille Herby ...
    Series series OpenClassrooms
    Vous aimeriez apprendre à programmer en Java, mais vous débutez dans la programmation ?Pas de panique ! Vous tenez dans vos mains un livre conçu pour les débutants qui souhaitent se former à Java, le langage de programmation incontournable des professionnels !De quoi permettre d'apprendre pas à pas à développer vos premiers programmes. ... Read more

    $37.38 CAD

  • JAVA Programming for Beginners

    The Simple Guide to Learning JAVA Programming fast!

    by Tim Warren ...
    JAVA PROGRAMMING FOR BEGINNERSJAVA is a powerful programming language, with a wide variety of uses!This book is aimed at beginners, and will take you through all of the basics of JAVA programming, and will help you to hit the ground running!You will learn the different functions and uses of JAVA, and this book will take you step by step through your very first JAVA program!This book will also ... Read more

    $2.69 CAD or Free with Kobo Plus