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 1 - 24 of 1574 Results
Skip side bar filters
  • Building Android Applications for Beginners

    by Steve Taylor ...
    This book is aimed at people with little or no understanding of developing applications or any experience with Java or computer programming in general.Rather than immediately delving into details, the book focuses instead on constructing simple Android examples that can immediately be seen to work. As an example, some very simple but yet powerful graphics are developed, the image on the book's ... Read more

    PHP232.59

  • UML 2.0 in a Nutshell

    A Desktop Quick Reference

    System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported ... Read more

    PHP1,342.69

  • Building Hybrid Android Apps with Java and JavaScript

    Applying Native Device APIs

    Build HTML5-based hybrid applications for Android with a mix of native Java and JavaScript components, without using third-party libraries and wrappers such as PhoneGap or Titanium. This concise, hands-on book takes you through the entire process, from setting up your development environment to deploying your product to an app store.Learn how to create apps that have access to native APIs, such as ... Read more

    PHP583.09

  • Java網路程式設計

    by 湯秉翰 ...
    人手一台智慧手機、平板的風潮,燃起許多人對Android程式設計的興趣,Java語言也正是主要學習的目標,如何使用Java語言設計具有網路功能,也就成為在開發這類APP應用程式中不可或缺的經驗與能力,否則空有一身功能而無法與網路連結的APP是吸引不了人們的。  初次接觸網路程式設計的學習過程,需要使用一個穩固且和善的工具,而Java語言就是非常廣泛應用的工具之一。本書以淺顯易懂的例子,從人的角度出發,用生活化的方式去瞭解設計的方法與原因,並以自然的方式熟悉網路程式設計的方法,得到實作成功後的喜悅。重點內容‧以熟悉網路程式的基礎知識為主,了解如何將Java語言應用在網路程式設計。‧使用Java SDK、Eclipse和NetBeans,一開始就將軟體環境建置完善。‧針對Java語言的重點套件-輸出/入與網路套件有詳細的介紹與實務範例。‧透過教學步驟幫助讀者省去閱讀生澀難懂的國際標準文件 ... Read more

    PHP705.95

  • What's New in Java 7

    Java 7 has a number of features that will please developers. Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism. ... Read more

    Free

  • Spring Recipes

    A Problem-Solution Approach

    Series series Professional and Applied Computing (R0)
    Spring Recipes: A Problem-Solution Approach, Third Edition builds upon the best-selling success of the previous editions and focuses on the latest Spring Framework features for building enterprise Java applications. This book provides code recipes for the following, found in the latest Spring:Spring fundamentals: Spring IoC container, Spring AOP/ AspectJ, and more. Spring enterprise: Spring Java ... Read more

    PHP2,305.89

  • The Minimum You Need to Know About Java and xBaseJ

    by Roland Hughes ...
    Tutorial book which teaches Java programmers how to use the xBaseJ library to create and access files in XBASE/DBASE format. ... Read more

    Free

  • Java 8 Preview Sampler

    In this exclusive eBook, preview excerpts from brand-new and forthcoming Oracle Press Java JDK 8 books. Written by leading Java experts, Oracle Press books offer the most definitive, complete, and up-to-date coverage of the latest Java release. Featuring an introduction by bestselling programming author Herb Schildt, this eBook includes chapters from the following Oracle Press books:Java: The ... Read more

    Free

  • Head First Design Patterns

    What will you learn from this book?You know you don't want to reinvent the wheel, so you look to Design Patterns: the lessons learned by those who've faced the same software design problems. With Design Patterns, you get to take advantage of the best practices and experience of others so you can spend your time on something more challenging. Something more fun. This book shows you the patterns ... Read more

    PHP2,853.59

  • Mastering IBM CMOD for RedHat Linux and Windows 11 Servers

    Effortlessly Streamline Your Content Management by Deploying IBM CMOD with IBM Content Navigator and Filenet Fixed Content Device for Red Hat Linux and Windows Platforms (English Edition)

    Instructions for downloading, installing, and upgrading IBM CMODBook DescriptionResearch shows that organizations using robust content management systems can reduce operational costs by up to 30% and improve data retrieval times by over 50%. IBM CMOD, utilized by thousands globally, connects millions of users daily, empowering them to create tailored solutions through customizable parameters ... Read more

    PHP1,454.39 or Free with Kobo Plus

  • Visual Information Retrieval using Java and LIRE

    Series series Synthesis Lectures on Information Concepts, Retrieval, and Services
    Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal of VIR is to retrieve matches ranked by their relevance to a given query, which is often expressed as an example image and/or a series of keywords. ... Read more

    PHP1,678.89

  • Ultimate Java for Data Analytics and Machine Learning

    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 Description This book is a comprehensive ... Read more

    PHP481.39 or Free with Kobo Plus

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

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

    PHP880.57

  • JavaScript für Java-Entwickler

    Series Book 62 - schnell + kompakt
    Das Buch "JavaScript für Java-Entwickler" führt anhand von vielen Codebeispielen in die Grundlagen der Programmiersprache JavaScript ein. Dabei wird besonders auf Patterns eingegangen, die die Entwicklung mit JavaScript im größeren Rahmen ermöglichen. Diese Auflage enthält nun auch die wichtigsten Neuerungen der Sprache in ihrer Version ECMAScript 2015. In einem zusätzlichen Kapitel werden zudem ... Read more

    PHP625.00

  • Android Studio Chipmunk Essentials - Java Edition

    Developing Android Apps Using Android Studio 2021.2.1 and Java

    by Neil Smyth ...
    Fully updated for Android Studio Chipmunk, the goal of this book is to teach you how to develop Android-based applications using the Java programming language.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 areas such as tool windows, the code editor, and the ... Read more

    PHP2,039.64

  • 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

    PHP553.29

  • Java By Comparison

    Write code that's clean, concise, and to the point: code that others will read with pleasure and reuse. Comparing your code to that of expert programmers is a great way to improve your coding skills. Get hands-on advice to level up your coding style through small and understandable examples that compare flawed code to an improved solution. Discover handy tips and tricks, as well as common bugs an ... Read more

    PHP1,468.59

  • PROGRAMMING IN JAVA

    Even after 25 years of its birth, Java is still on the top of all programming languages. The reason is its platform independence and architectural neutrality. This is the reason why every curriculum of computer science and engineering have a subject of Java Programming.The authors of this book have vast experience in teaching Java at undergraduate and post graduate level. This book is the nectar ... Read more

    PHP279.22

  • Java and JavaScript Fundamentals

    by Prasun Barua ...
    Java and JavaScript Fundamentals is a comprehensive guide designed to help readers master the essentials of two of the most popular programming languages in the world—Java and JavaScript. This book takes you from foundational concepts to advanced features, providing a solid understanding of how to write efficient, maintainable, and scalable code in both languages.Key Features:Comprehensive ... Read more

    PHP582.34 or Free with Kobo Plus

  • 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

    PHP1,846.29

  • Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB Practice Questions

    MICROSOFT Certification DP-420 exam

    by Brian birds ...
    Series Book 1 - DP
    Candidates for this exam must have solid knowledge and experience developing apps for Azure and working with Azure Cosmos DB database technologies. They should be proficient at developing applications by using the Core (SQL) API and SDKs, writing efficient queries and creating appropriate index policies, provisioning and managing resources in Azure, and creating server-side objects with JavaScript ... Read more

    PHP408.05 or Free with Kobo Plus

  • 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

    PHP573.19

  • Making Things Smart

    Easy Embedded JavaScript Programming for Making Everyday Objects into Intelligent Machines

    Making Things Smart teaches the fundamentals of the powerful ARM microcontroller by walking beginners and experienced users alike through easily assembled projects comprised of inexpensive, hardware-store parts.Current ARM programming books take a bland, textbook approach focused on complex, beginner-unfriendly languages like C or ARM Assembler. Making Things Smart uses Espruino (JavaScript for ... Read more

    PHP1,258.69

  • Java Servlet & JSP Cookbook

    Practical Solutions to Real World Problems

    With literally hundreds of examples and thousands of lines of code, the Java Servlet and JSP Cookbook yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will use every day, along with full-fledged solutions to significant web application development problems that developers can insert directly into their own applications.Java Servlet and JSP Cookbook ... Read more

    PHP1,678.39