Java核心技术第八版 A Tou r o f Thi s Boo k Chapter 1 gives an overview of the capabilities of Java that set it apar t from other programming languages. We explain what the designers of the language set out to do and to what extent they succeeded. Then, we
What is JDSL? JDSL is the Data Structures Library in Java. It is a collection of Java interfaces and classes that implement fundamental data structures and algorithms. More about JDSL. JDSL is being developed at the Center for Geometric Computing, D
This text provides best practices and patterns for readers who want to connect to databases using Java. It also includes coverage of various database-related APIs for Java, including JDO, JDBC (including newest 3.0 APIs), and CMP.
Introduction to Programming with Java: A Problem Solving Approach teaches the reader how to write programs using Java. It does so with a unique approach that combines fundamentals first with objects early. The book transitions smoothly through a car
JACOB一个Java-COM中间件.通过这个组件你可以在Java应用程序中调用COM组件和Win32程序库。 JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries. JACOB runs on x86 and x64 environments supporting
When you work with a computer, you can do several things at once. You can hear music while you edit a document in a word processor and read your e-mail. This can be done because your operating system allows the concurrency of tasks. Concurrent progr
Learn how to use RxJava and its reactive Observables to build fast, concurrent, and powerful applications through detailed examples About This Book Learn about Java 8's lambdas and what reactive programming is all about, and how these aspects are ut
You don't need the full force of Java when you're writing a build scr ipt, a simple system utility, or a lightweight web app—but that's where Groovy shines brightest. This elegant JVM-based dynamic language extends and simplifies Java so you can con
The book provides complete coverage of fundamental IP networking in Java. It introduces the concepts behind TCP IP and UDP and their intended use and purpose gives complete coverage of Java networking APIs, includes an extended discussion of advance
This e-book provides an introduction to programming in Java. It covers the fundamental building blocks of the language and is designed for readers who have little or no programming background. A second e-book, Java Succinctly Part 2, will cover the