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 1369 - 1392 of 1726 Results
Skip side bar filters
  • Java 9 Recipes

    A Problem-Solution Approach

    by Josh Juneau ...
    Series series Professional and Applied Computing (R0)
    Quickly find solutions to dozens of common programming problems encountered while building Java applications. Content is presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved!This revised edition covers important new features such as Java 9's JShell and the new ... Read more

    $63.89 CAD

  • Reinforcement Learning

    Aktuelle Ansätze verstehen - mit Beispielen in Java und Greenfoot

    by Uwe Lorenz ...
    Series series Computer Science and Engineering (German Language)
    In uralten Spielen wie Schach oder Go können sich die brillantesten Spieler verbessern, indem sie die von einer Maschine produzierten Strategien studieren. Robotische Systeme üben ihre Bewegungen selbst. In Arcade Games erreichen lernfähige Agenten innerhalb weniger Stunden übermenschliches Niveau. Wie funktionieren diese spektakulären Algorithmen des bestärkenden Lernens? Mit gut verständlichen ... Read more

    $51.59 CAD

  • Mastering Java

    A Comprehensive Guide to Development Tools and Techniques

    by Lena Neill ...
    This book explores the vast development tools and versatility of Java in 2024. As a widely-used programming language in web and computing applications, Java offers a free download solution for accessing the latest versions and implementing updates. Found in numerous web applications and computing technologies, Java’s scalability makes it suitable for a wide range of applications, from small ... Read more

    $13.56 CAD or Free with Kobo Plus

  • Java lernen in abgeschlossenen Lerneinheiten

    Der Einstieg in die Programmierung mit vielen Beispielen

    Series series Computer Science and Engineering (German Language)
    Dieses Lehrbuch bringt Einsteiger anhand einzelner abgeschlossener Lerneinheiten das Programmieren mit Java bei. Es zeigt den Entwurf von effizienten Daten- und Ablaufstrukturen und versetzt die Leser dadurch in die Lage, algorithmische Konzepte zu verstehen und in Programmcode umzusetzen.Zentrale Lernziele sind das Verstehen der Abstraktionskonzepte moderner Programmiersprachen und das Erlernen ... Read more

    $32.59 CAD

  • Datenvisualisierung mit Processing

    Series Book 84 - shortcuts
    Processing ist eine auf Java basierende Open-Source-Programmiersprache samt Entwicklungsumgebung. Im ersten Kapitel dieses shortcut werden Grundlagen und Ursprünge dieses Visual-Java-Tools erläutert und ein paar Fingerübungen mit der 2-D-Engine gemacht. Im Anschluss daran verdeutlicht das zweite Kapitel, was Processing im 3-D-Bereich zu bieten hat, so z.B. das Versehen von Körpern mit Texturen ... Read more

    $4.99 CAD or Free with Kobo Plus

  • Java Distributed Computing

    by Jim Farley ...
    Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple ... Read more

    $35.99 CAD

  • Groovy for Domain-Specific Languages, Second Edition

    Extend and enhance your Java applications with domain-specific scripting in Groovy

    by Fergal Dearle ...
    Extend and enhance your Java applications with domain-specific scripting in GroovyKey FeaturesBook DescriptionThe times when developing on the JVM meant you were a Java programmer have long passed. The JVM is now firmly established as a polyglot development environment with many projects opting for alternative development languages to Java such as Groovy, Scala, Clojure, and JRuby. In this ... Read more

    $47.19 CAD or Free with Kobo Plus

  • Modern API Design with gRPC

    Elevate Your Development with Effortless and Efficient API Communication. Key Features ● Delve into core concepts of gRPC like Protocol Buffers, service definitions, and communication patterns. ● Implement gRPC servers and clients in Golang, and master Protocol Buffers for defining services and messages. ● Compare gRPC with REST and SOAP, uncovering its distinct advantages and use cases. Book ... Read more

    $30.13 CAD or Free with Kobo Plus

  • Mastering Functional Programming

    Functional techniques for sequential and parallel programming with Scala

    Learn how functional programming can help you in deploying web servers and working with databases in a declarative wayKey FeaturesLearn functional programming from scratchProgram applications with pure functions to rule out side effectsGain expertise in working with array tools for functional programmingBook DescriptionFunctional programming is a paradigm specifically designed to deal with the ... Read more

    $47.19 CAD or Free with Kobo Plus

  • Python for Beginners

    A Complete Guide to Learn the Fundamentals of Python and Start Programming Today!

    by MEGANE NOEL ...
    Series series Computer Programming
    Python is an interpreted, not compiled, high-level programming language. Apart from that, it is an object-oriented programming language that allows interaction between the developer and the Python interpreter. It is believed that this programming language was created between 1985 and 1990. This breakthrough is credited to Guido van Rossum.Python's source code, like that of the Perl programming ... Read more

    $9.49 CAD or Free with Kobo Plus

  • Selenium Webdriver: Book1

    by Rajan ...
    Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that.Boring web-based administration tasks can (and should!) also be automated as well. Selenium is one of the popular open-source web based automation tool. This book will provide an insight about ... Read more

    $0.99 CAD or Free with Kobo Plus

  • Image Processing with ImageJ - Second Edition

    Extract and analyze data from complex images with ImageJ, the world's leading image processing tool

    Extract and analyze data from complex images with ImageJ, the world's leading image processing toolKey Features\[\*\]Design automated image-processing solutions and speed up image-processing tasks with ImageJ\[\*\]Create quality and intuitive interfaces for image processing by developing a basic framework for ImageJ plugins.\[\*\]Tackle even the most sophisticated datasets and complex imagesBook ... Read more

    $37.59 CAD or Free with Kobo Plus

  • Scala Test-Driven Development

    Write clean scala code that works.

    by Gaurav Sood ...
    Build robust Scala applications by implementing the fundamentals of test-driven development in your workflowKey Features\[\*\] Get a deep understanding of various testing concepts such as test-driven development (TDD) and BDD\[\*\] Efficient usage of the built-in Scala features such as ScalaTest, specs2, and Scala check\[\*\] Change your approach towards problem solving by thinking about the ... Read more

    $37.59 CAD or Free with Kobo Plus

  • JDK Tutorials - Herong's Tutorial Examples

    by Herong Yang ...
    This book is a collection of tutorial notes and sample codes written by the author while he was learning JDK (Java Development Kit) core libraries himself. Topics include Time and Calendar, Internationalization, Unnamed Packages, Collections, Character Set and Encoding, Logging, XML related technologies: DOM, SAX, DTD, XSD, and XSL, Cryptography, Certificates, Key stores, Cipher and Encryption, ... Read more

    $5.79 CAD

  • Java in Action for Programmers

    Java in Action is a clearly written guide to the new features of Java. The book covers lambdas, streams, and functional-style programming. With Java's functional features you can now write more concise code in less time, and also automatically benefit from multicore architectures. It's time to dig in!About the bookJava in Action begins with a practical introduction to lambdas, using real-world ... Read more

    $38.54 CAD

  • Mastering Quality Engineering for SAP S/4HANA

    by Jeevan Koneti ...
    Grow from Test Engineer to Test Leader by Delivering Large SAP S/4HANA Testing Programs.Key Features● Learn SAP S/4HANA processes, applications, and data models.● Deliver measurable value with your SAP S/4HANA Testing Projects.● Create compelling Test Strategies that your executive team wants to sponsor.● Lead any SAP Testing Project confidently with proven best practices.Book DescriptionSAP S ... Read more

    $27.39 CAD or Free with Kobo Plus

  • Developing Middleware in Java EE 8

    Build robust middleware solutions using the latest technologies and trends

    Use Java features such as JAX-RS, EJBs, and JPAs to build powerful middleware for newer architectures such as the cloudKey FeaturesExplore EJBs to build middleware solutions for enterprise and distributed applicationsUnderstand middleware designs such as event-based and message-driven web servicesLearn to design and maintain large-scale systems and vendor disputesBook DescriptionMiddleware is the ... Read more

    $41.59 CAD or Free with Kobo Plus

  • Mastering SEO Strategies for the Modern Web

    Your Guide to Ranking Higher: A Business-Focused SEO Playbook Key Features ● Practical insights to apply SEO strategies for real business growth. ● Step-by-step guide to become a successful SEO professional. ● Complete references and tools to update your SEO knowledge and skills. Book Description In today’s digital world, mastering Search Engine Optimization (SEO) is essential to stand out and ... Read more

    $27.39 CAD or Free with Kobo Plus

  • Mastering OpenAI for Enterprise

    Master OpenAI and Unlock the Future of AI-Powered Innovation Key Features ● In-depth exploration of OpenAI tools, models, and enterprise use cases ● Hands-on projects with extensive code samples for practical learning ● Real-world case studies with ethical AI insights and best practices Book Description OpenAI is transforming industries with cutting-edge AI models, redefining how businesses ... Read more

    $27.39 CAD or Free with Kobo Plus

  • Flutter for Beginners

    An introductory guide to building cross-platform mobile applications with Flutter and Dart 2

    A step-by-step guide to learning Flutter and Dart 2 for creating Android and iOS mobile applicationsKey FeaturesGet up to speed with the basics of Dart programming and delve into Flutter developmentUnderstand native SDK and third-party libraries for building Android and iOS applications using FlutterPackage and deploy your Flutter apps to achieve native-like performanceBook DescriptionGoogle ... Read more

    $33.59 CAD or Free with Kobo Plus

  • 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

    $9.89 CAD

  • Full Stack Development with JHipster

    Build modern web applications and microservices with Spring and Angular

    Discover the world of Full Stack Development with real-world examples.Key FeaturesLeverage the full power of the JHipster platform to build complex web applicationsCreate microservices from scratch and convert JHipster monolith apps into microservicesBuild and deploy applications locally, in Docker and on various cloud platforms.Book DescriptionJHipster is a development platform to generate, ... Read more

    $41.59 CAD or Free with Kobo Plus

  • Apache Karaf Cookbook

    This book is intended for developers who have some familiarity with Apache Karaf and who want a quick reference for practical, proven tips on how to perform common tasks such as configuring Pax modules deployed in Apache Karaf, Extending HttpService with Apache Karaf. You should have working knowledge of Apache karaf, as the book provides a deeper understanding of the capabilities of Apache Karaf. ... Read more

    $24.99 CAD or Free with Kobo Plus

  • Java Programming for Engineers

    While teaching Java programming at Minnesota State University, the authors noticed that engineering students were enrolling in Java programming courses in order to obtain basic programming skills, but there were no Java books suitable for courses intended for engineers. They realized the need for a comprehensive Java programming tutorial that offers basic programming skills that can be applied in ... Read more

    $230.73 CAD