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 193 - 216 of 1857 Results
Skip side bar filters
  • Programming Google App Engine

    Build & Run Scalable Web Applications on Google's Infrastructure

    by Dan Sanderson ...
    Google App Engine makes it easy to create a web application that can serve millions of people as easily as serving hundreds, with minimal up-front investment. With Programming Google App Engine, Google engineer Dan Sanderson provides practical guidance for designing and developing your application on Google’s vast infrastructure, using App Engine’s scalable services and simple development model ... Read more

    27,55 €

  • Clojure Programming

    Practical Lisp for the Java World

    Clojure is a practical, general-purpose language that offers expressivity rivaling other dynamic languages like Ruby and Python, while seamlessly taking advantage of Java libraries, services, and all of the resources of the JVM ecosystem. This book helps you learn the fundamentals of Clojure with examples relating it to the languages you know already, in the domains and topics you work with every ... Read more

    26,38 €

  • Living Clojure

    An Introduction and Training Plan for Developers

    by Carin Meier ...
    If you’re an experienced programmer who has not worked with Clojure before, this guide is the perfect thorough but gentle introduction for you. Author Carin Meier not only provides a practical overview of this JVM language and its functional programming concepts, but also includes a complete hands-on training course to help you learn Clojure in a structured way.The first half of the book takes you ... Read more

    19,49 €

  • Getting Started with Processing

    A Hands-On Introduction to Making Interactive Graphics

    Processing opened up the world of programming to artists, designers, educators, and beginners. This short book gently introduces the core concepts of computer programming and working with Processing. Written by the co-founders of the Processing project, Reas and Fry, Getting Started with Processing shows you how easy it is to make software and systems with interactive graphics. If you're an artist ... Read more

    9,42 €

  • JRuby Cookbook

    If you're interested in JRuby, you probably don't need a turorial on Ruby, Rails, or Java -- you just need to know how to get things done. This Cookbook offers practical solutions for using the Java implementation of the Ruby language, with targeted recipes for deploying Rails web applications on Java servers, integrating JRuby code with Java technologies, developing JRuby desktop applications ... Read more

    19,07 €

  • Algoritmos em Java

    Busca, ordenação e análise

    Em nosso dia a dia, realizamos uma série de buscas e ordenações que nos são tão naturais que nem percebemos como sua presença é ubíqua e facilita nossa vida. Quando pesquisamos produtos por preço em uma loja, ou queremos buscar uma pessoa em uma lista, ou mesmo quando organizamos as cartas de baralho para algum jogo, estamos usando algoritmos. Neste livro, Guilherme Silveira mostra que, na ... Read more

    Was 9,49 € Now 7,99 € or Free with Kobo Plus

  • 掌握Java SE8程式設計-Lambda的逆襲

    by 陳錦輝 ...
    在寫程式時,我們有時會希望『傳遞一段程式碼』給某個method,並且不限定該method何時來執行這段程式碼,例如Comparator的compare method就是個最明顯的例子。以往,Java必須透過物件間接完成這個目標,也就是將這段程式碼變成某個物件的某個method實作內容,然而這個method在介面或類別宣告時就必須有個名稱,但這個名稱對於我們想要『傳遞一段程式碼』的目的而言,其實是多餘的。『傳遞一段程式碼』給某個method在函數式程式語言中,不難做到。而眾多非函數式程式語言也陸續加入了這個功能,它們為此功能取了一個響亮的名字 ── Lambda運算式。為何取名為Lambda運算式呢? 它源自於一種古老的演算 ── λ演算(Lambda正是拉丁字母λ的讀音)。在λ演算中,函數是匿名的,代表著函數的名稱並不重要,因此,將『傳遞一段程式碼』的功能取名為Lambda運算式 ... Read more

    14,04 €

  • Java for Beginners

    Series series Programming & Computer Science Series
    Java for Beginners by Knowledge Flow is a beginner-friendly programming guide that introduces the core concepts of Java in a clear and practical manner. Designed for students, aspiring developers, and self-learners, this book covers fundamental topics such as variables, data types, operators, control statements, classes and objects, inheritance, exception handling, and basic file I/O. Each concept ... Read more

    3,49 € or Free with Kobo Plus

  • Quick Clojure

    Effective Functional Programming

    Series series Professional and Applied Computing (R0)
    Get up to speed with Clojure in this quick and practical primer. You'll learn the nuts and bolts of functional programming, data structures, sequences, destructuring, pattern matching, polymorphism, concurrency, conventions, and more. Author Mark McDonnell talks about organization with namespaces; how to change the language via macros; object-oriented programming; and creating command-line apps. ... Read more

    31,26 €

  • A Step By Step Tutorial Using JSP For Web Development With Derby Database

    This book is about A STEP BY STEP TUTORIAL USING JAVA SERVER PAGES ... Read more

    Free

  • Doğrudan Java Eclipse

    by Zafer Teker ...
    Bu kitapta Eclipse IDE uygulamasının kullanımı, temelden başlayarak, ancak en ileri konuları derinlemesine kapsayarak anlatılmaktadır. Yeni başlayanların çabuk uyum sağlaması, temel düzeyde bilenlerin de daha hızlı geliştirme yapması için gerekenler açıklanmaktadır. Java odaklı işlenmekle birlikte, öteki dillerde geliştirenlere de yardımcı olmak için ilk bölümler ortak konuları içermektedir. ... Read more

    0,99 €

  • Absolute Beginner (Part 1) Selenium WebDriver for Functional Automation Testing

    by Rex Jones ...
    Learn How To Perform Test Automation Using Selenium WebDriverA Powerful Guide That Will Help You Automate Any ApplicationNote: Book available on your tablet, phone, PDF, PC, Mac, and paperback (Black/White & Color). You will find details of downloading the PDF document inside the book.A New Automation Engineer Should Not Pass Up This Book!If you were interested in a book, what would you look for ... Read more

    Free

  • Kotlin for Java Developers

    Confidently transition from Java to Kotlin through hands-on examples and idiomatic Kotlin practices

    Written by José Dimas Luján Castillo and Ron Veen - seasoned developers with deep expertise in Java and Kotlin - this practical guide teaches Kotlin through side-by-side Java comparisons, real-world examples, and clear explanations of modern language features.Key FeaturesLearn Kotlin by drawing direct comparisons to core Java conceptsUnderstand null safety, coroutines, extension functions, and ... Read more

    24,79 € or Free with Kobo Plus

  • Spring System Design in Practice

    Build scalable web applications using microservices and design patterns in Spring and Spring Boot

    Transform raw requirements into scalable, resilient web applications with Spring, and build secure, high-performance systems from the ground up using expert guidance and best practicesKey FeaturesEstablish yourself as the go-to person for strategic decision-making and solutions design with proven strategiesWrite clean, modular, and testable code with the power of dependency injectionOptimize your ... Read more

    36,24 € or Free with Kobo Plus

  • 自然语言处理与Java语言实现

    by 罗刚 ...
    本书介绍了自然语言处理的原理与Java编程语言的技术实现,主要包括多种语言的文本处理、分布式算法与代码实现、自然语言处理相关系统构建等内容。全书共分3篇:第1篇(第1章)为基础篇,着重介绍了使用Java开发自然语言处理技术会用到的基础知识;第2篇(第2~9章)为开发篇,着重讨论了自然语言处理常用的基本模块:多种语言分词与标注、语义分析、文章分析、文本相似度计算、文档排重、文本摘要、关键词提取、信息提取、拼写纠错、文本分类与聚类、文本倾向性分析等;第3篇(第10~12章)为系统篇,介绍了语音识别系统、问答系统和机器翻译系统。 ... Read more

    15,46 €

  • Les fondamentaux de Java et de l'objet

    by Michel Martin ...
    Très orienté pratique, ce manuel se divise en six parties :Partie 1 - Les bases du langage JavaDans cette partie, vous installerez l’environnement de développement Eclipse et vous ferez vos premiers pas en programmation Java. Vous apprendrez en particulier à utiliser les différents types de données, les opérateurs et les instructions de base du langage Java.Partie 2 - Définition et instanciation ... Read more

    14,99 €

  • Les fondamentaux de Java et de l'objet - Avec formation vidéo

    by Michel Martin ...
    Ce manuel pratique est accompagné d'une formation vidéo très complète. Après l'avoir téléchargée sur votre ordinateur, vous pourrez visionner les vidéos dans votre navigateur Web autant de fois que vous le voulez.Très orienté pratique, ce manuel se divise en six parties :Partie 1 - Les bases du langage JavaDans cette partie, vous installerez l’environnement de développement Eclipse et vous ferez ... Read more

    29,99 €

  • Java Tools Tutorials - Herong's Tutorial Examples

    by Herong Yang ...
    This tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: 'java/javaw' Launcher, 'javac' Compiler, 'javadoc' Document Generator, 'javap' Class File Disassembler, 'jar/jarsigner' Archive Tool, 'jconsole' Console, 'jdb' Debugger, 'jdeps' Dependency Analyzer, 'jdeprscan' Deprecated API Scanner, 'jhat' Heap Analysis Tool, ... Read more

    4,02 €

  • Hacking Exposed Linux

    Linux Security Secrets and Solutions

    by ISECOM ...
    Series series Hacking Exposed
    The Latest Linux Security SolutionsThis authoritative guide will help you secure your Linux network--whether you use Linux as a desktop OS, for Internet services, for telecommunications, or for wireless services. Completely rewritten the ISECOM way, Hacking Exposed Linux, Third Edition provides the most up-to-date coverage available from a large team of topic-focused experts. The book is based on ... Read more

    42,18 €

  • C++ VS JAVA A PERFORMANCE DEEPDIVE

    Unraveling the Performance Characteristics of C++ and Java for High-Performance Computing

    In the ever-evolving landscape of high-performance computing, the choice of programming language can profoundly impact a project's success. C++ and Java, two titans of the programming world, offer distinct approaches to tackling performance-critical challenges. This book, "C++ vs. Java: A Performance Deep Dive," aims to equip you with the knowledge and insights necessary to navigate this complex ... Read more

    2,56 € or Free with Kobo Plus

  • Java in easy steps, 5th edition

    Covers Java 8

    by Mike McGrath ...
    Series series In Easy Steps
    Java in easy steps instructs you how to easily create your own exciting Java programs. Now, updated for Java 8, it contains separate chapters on the major features of the Java language. Complete example programs with colorized code illustrate each important aspect of Java programming - all in easy steps. Now, in its fifth edition, Java in easy steps begins by explaining how to download and install ... Read more

    12,64 €

  • Introducing Java EE 7

    A Look at What's New

    by Josh Juneau ...
    Introducing Java EE 7: A Look at What’s New guides you through the new features and enhancements in each of the technologies comprising the Java EE platform. Readers of this book will not have to wade through introductory material or information covering features that have been part of the EE platform for years. Instead, developers can pick this book up and read it to brush up on those features ... Read more

    19,07 €

  • Build Android-Based Smart Applications

    Using Rules Engines, NLP and Automation Frameworks

    Build smart applications using cutting-edge technologies such as rules engines, code automation frameworks, and natural language processing (NLP). This book provides step-by-step instructions on how to port nine rules engines (CLIPS, JRuleEngine, DTRules, Zilonis, TermWare, Roolie, OpenRules, JxBRE, and JEOPS) to the Android platform. You’ll learn how to use each rules engine to build a smart ... Read more

    19,07 €

  • Clojure: High Performance JVM Programming

    Explore the world of lightning fast Clojure apps with asynchronous channels, logic, reactive programming, and moreAbout This BookDiscover Clojure's features and advantages and use them in your existing projectsExplore lesser-known and more advanced features, constructs, and methodologies such as asynchronous channels, actors, logic programming, and reactive programmingMeasure and monitor ... Read more

    55,11 € or Free with Kobo Plus