Logo

Java Programming Language

e-books in Java Programming Language category

Book cover: Modern Java: A Guide to Java 8Modern Java: A Guide to Java 8
by - GitBook ,
This tutorial guides you step by step through all new language features. Backed by short and simple code samples you'll learn how to use default interface methods, lambda expressions, method references and repeatable annotations.
(7166 views)
Book cover: Java: The LegendJava: The Legend
by - O'Reilly Media ,
Java has flourished and is now one of the world's most important and widely-used programming environments. Benjamin Evans, the Java editor for InfoQ and author of Java in a Nutshell, 6th edition, takes us on a journey through time ...
(7647 views)

Book cover: Java Based Real Time ProgrammingJava Based Real Time Programming
by - Lunds Universitet ,
This book documents how to carry out safe, flexible, portable and free programming of embedded systems, such that the software without modifications can run on both small embedded devices as well as on standard Java platform.
(7605 views)
Book cover: Java for Small TeamsJava for Small Teams
by - GitBook ,
This book is an attempt to capture what good Java code looks like and the practices that help produce it. Tis document is intended for anyone, from developers writing Java for the first time through to seasoned technical leads serving multiple teams.
(6431 views)
Book cover: Building Back-End Web Apps with Java, JPA and JSFBuilding Back-End Web Apps with Java, JPA and JSF
by - web-engineering.info ,
This book shows how to build back-end web applications with Java, JPA and JSF. The book comes with the complete Java source code of six example apps that you can download or run from our server. The focus are general information management concepts.
(8159 views)
Book cover: Introduction to Web Services with JavaIntroduction to Web Services with Java
by - Bookboon ,
This book focuses more on the details of a hands-on approach to Web Service programming than its specifications. In order to help readers grasp the concept, we provide a brief introduction to Web Service, SOAP, and WSDL in the first three chapters.
(9629 views)
Book cover: Java PersistenceJava Persistence
by - Wikibooks ,
Java persistence could be defined as storing anything to any level of persistence using the Java programming language. This book is focused on storing Java objects to relational databases, in particular using the Java Persistence API (JPA).
(17964 views)
Book cover: Foundations of Jini 2 ProgrammingFoundations of Jini 2 Programming
by - Apress ,
Jini grew from early work in Java to make distributed computing easier. This is the perfect book for Java programmers interested in applying Jini toward their respective network applications. Author covers comprehensive Jini advancements.
(15430 views)
Book cover: Java Distributed ComputingJava Distributed Computing
by - O'Reilly Media ,
This book is an overview of the tools and techniques that are at your disposal for building distributed computing systems in Java. It is intended to serve as both explanatory and reference material for you, the professional developer.
(12305 views)
Book cover: Data Structures and Algorithm Analysis in JavaData Structures and Algorithm Analysis in Java
by - Dover Publications ,
A comprehensive treatment focusing on the creation of efficient data structures and algorithms, explaining how to select the data structure best suited to specific problems. It uses Java programming language and is suitable for second-year courses.
(19575 views)
Book cover: Object Oriented Programming using JavaObject Oriented Programming using Java
by - BookBoon ,
This book will explain the Object Oriented approach to programming and through the use of small exercises develop some practical skills. At the end of the book one larger case study will be used to illustrate the application of the techniques.
(18654 views)
Book cover: JXTA JXSE Programmers Guide 2.5JXTA JXSE Programmers Guide 2.5
- Sun Microsystems ,
This guide is for software developers who would like to write and deploy P2P services and applications using JXTA technology. It provides an introduction to JXTA technology and describes the JXTA network architecture and key concepts.
(10654 views)
Book cover: Java Structures: Data Structures in Java for the Principled ProgrammerJava Structures: Data Structures in Java for the Principled Programmer
by - McGraw-Hill ,
This text was developed for use in a standard Computer Science curriculum. It requires a little more effort to read. The text is not a brief encounter with object-oriented data structure design, but a touchstone for one's programming future.
(16790 views)
Book cover: Java PreciselyJava Precisely
by - IT University of Copenhagen ,
This is a concise description of the Java programming language, version 1.1 and later. It is a quick reference for the reader who has already learned (or is learning) Java from a standard textbook and who wants to know the language in more detail.
(22049 views)
Book cover: HTTP Programming Recipes for Java BotsHTTP Programming Recipes for Java Bots
by - Heaton Research, Inc. ,
Java allows you to program HTTP directly. These programs, which are called bots, can collect information or automate common web programming tasks. This book presents a collection of very reusable recipes for Java bot programming.
(20311 views)
Book cover: Programming Neural Networks with Encog3 in JavaProgramming Neural Networks with Encog3 in Java
by - Heaton Research ,
The book is an introduction to Neural Networks and Artificial Intelligence. Neural network architectures, such as the feedforward, Hopfield, and self-organizing map architectures are discussed. Training techniques are also introduced.
(18255 views)
Book cover: Java: Classes in Java ApplicationsJava: Classes in Java Applications
by - BookBoon ,
This volume is the second part of the 'Java'-series written by David Etheridge. This book gives the reader an introduction to Documentation, Abstract and Parent classes, Inheritance, Error in Java, Java Interfaces and much more.
(17517 views)
Book cover: JXTAJXTA
by - New Riders Publishing ,
A guided tour of the JXTA platform, including all of the critical information required to begin producing P2P solutions built on top of JXTA. The book assumes an intermediate level of Java development knowledge, and basic knowledge of networking.
(14540 views)
Book cover: Concurrent Programming Using JavaConcurrent Programming Using Java
by ,
An introduction to using Java in concurrent or multithreaded applications. Topics covered are race conditions when threads share data, critical sections, mutual exclusion, semaphores, monitors, message passing, the rendezvous, etc.
(20909 views)
Book cover: Introduction to Java and OOA/OOD for Web ApplicationsIntroduction to Java and OOA/OOD for Web Applications
by - DevDaily.com ,
This text is a training material about the Java programming language and object-oriented programming methods. It covers OO software development, Java programming language, standard libraries, server-side programming, databases, best practices, etc.
(19589 views)
Book cover: Design Patterns in Java TutorialDesign Patterns in Java Tutorial
- TutorialsPoint.com ,
Design patterns are solutions to general problems that software developers faced during software development. This tutorial will take you through step by step approach and examples using Java while learning Design Pattern concepts.
(20766 views)
Book cover: Java Language ReferenceJava Language Reference
by - O'Reilly ,
The book goes into great detail about every aspect of the Java programming language, from the definition of data types to the syntax of expressions and control structures. The goal is to help you understand all of the subtle nuances of Java.
(15498 views)
Book cover: Java in a NutshellJava in a Nutshell
by - O'Reilly ,
This complete quick reference covers all the classes in the Java 1.1 API, with the exception of the Enterprise APIs, making it the only quick reference that a Java programmer needs. The bestselling Java book is now better than ever.
(20667 views)
Book cover: Java Platform Performance: Strategies and TacticsJava Platform Performance: Strategies and Tactics
by - Prentice Hall PTR ,
The authors give the experienced Java programmer strategies and tips for getting the most out of Java code. The book offers suggestions for improving programs, but it also helps you think about performance as you design and test your software.
(21373 views)
Book cover: The Java Virtual Machine Specification, 2nd EditionThe Java Virtual Machine Specification, 2nd Edition
by - Prentice Hall PTR ,
The complete specification for the Java Virtual Machine, the nucleus of the Java language. It is an essential reference for Java Virtual Machine implementors and compiler writers. Numerous practical examples clarify how the JVM operates in practice.
(20028 views)
Book cover: Programming Principles in Java: Architectures and InterfacesProgramming Principles in Java: Architectures and Interfaces
by - Kansas State University ,
Textbook for future professional programmers. They should understand how to employ three forms of structure: control structures, data structures, and component structures. The author emphasizes component structures over the other two forms.
(24979 views)
Book cover: Sun Certified Java Programmer Pre-Exam EssentialsSun Certified Java Programmer Pre-Exam Essentials
by ,
This text is a basis for revising for the Sun Certified Programmer examinations, it does not to teach the Java language or the topics required for the exam. It collects all the essential information you need to retain, in one place.
(22003 views)
Book cover: Java Testing and DesignJava Testing and Design
by - Prentice Hall PTR ,
Highly recommended for advanced developers and IT managers. This book is an excellent guide to testing Web applications and Web services. It will benefit software developers, beginning QA techs, and the experienced coders and testers.
(22190 views)
Book cover: Processing XML with JavaProcessing XML with Java
by - Addison-Wesley Professional ,
A complete guide to writing Java programs that read and write XML documents. Shows developers how to save XML documents, read XML documents, communicate with network servers that send and receive XML data, and integrate XSLT into their programs.
(23926 views)
Book cover: 1000 Java Tips1000 Java Tips
by ,
The book contains real-world advises and solutions from daily Java experiences. It covers most seeked Java topics and some other related ones. Although not a Java tutorial itself, it makes an excellent companion for a good Java textbook.
(29393 views)
Book cover: Beyond JavaBeyond Java
by - O'Reilly Media, Inc. ,
Bruce Tate describes the characteristics of alternative languages, likely successors to Java. The book will teach you a few new languages and help you start building new skills, or you can use the introduced techniques to improve your work in Java.
(21434 views)
Book cover: Securing Java: Getting Down to Business with Mobile CodeSecuring Java: Getting Down to Business with Mobile Code
by - Wiley ,
Securing Java is the book on mobile code and security, it includes many things the authors discovered while working on real-world systems with businesses and government agencies. The book should appeal to experts and beginners alike.
(17661 views)
Book cover: The Java Language SpecificationThe Java Language Specification
by - Prentice Hall PTR ,
Written by the inventors of the technology, this book provides complete, accurate, and detailed coverage of the Java programming language. If you want to know the precise meaning of the language's constructs, this is the source for you.
(25034 views)
Book cover: Practical Artificial Intelligence Programming in JavaPractical Artificial Intelligence Programming in Java
by - Lulu.com ,
The book uses the author's libraries and the best of open source software to introduce AI (Artificial Intelligence) technologies like neural networks, genetic algorithms, expert systems, machine learning, and NLP (natural language processing).
(24451 views)