Open AccessBook
The Java Programming Language
Ken Arnold,James Gosling,David Holmes +2 more
- 01 Jan 1996
1.9K
TL;DR: The Java (TM)Programming Language, Second Edition, is the definitive resource for all serious Java programmers and lets you in on the rationale behind Java's design, direct from the language's creator, as well as the tradeoffs involved in using specific features.
read more
Abstract: From the Publisher:
Co-authored by the creator of the Java technology and an experienced object-oriented developer, The Java (TM)Programming Language, Second Edition, is the definitive resource for all serious Java programmers. This book will give you a solid foundation in Java programming language strategies and techniques. It features a concise introduction to the language; detailed descriptions of Java's commands, constructs, and libraries; and numerous real-world examples that show you how to exploit the language's power, portability, and flexibility. You will find in-depth and progressively advanced coverage of classes and objects, interfaces, exception-handling, threads and multitasking, and packages. In addition, the book describes the Java core library packages, including I/O, standard utilities, language types, and system classes. Thoroughly revised from start to finish, this second edition fully integrate, is the definitive resource for all serious Java programmers. This book will give you a solid foundation in Java programming language strategies and techniques. It features a concise introduction to the language; detailed descriptions of Java's commands, constructs, and libraries; and numerous real-world examples that show you how to exploit the language's power, portability, and flexibility. You will find in-depth and progressively advanced coverage of classes and objects, interfaces, exception-handling, threads and multitasking, and packages. In addition, the book describes the Java core library packages, including I/O, standard utilities, language types, and system classes. Thoroughly revised from start to finish, this second edition fully integrates Java 1.1 into both text and examples. This edition includes the changes introduced in Java 1.1, such as nested classes (including anonymous classes), threading issues, character-based streams, object-serialization, documentation comments, new utility classes, plus internationalization and localization. The book lets you in on the rationale behind Java's design, direct from the language's creator, as well as the tradeoffs involved in using specific features. With these insights, you will have the understanding you need to begin developing Java applications and applets.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Improving Effectiveness of Automated Software Testing in the Absence of Specifications
Tao Xie
- 24 Sep 2006
TL;DR: A framework for improving effectiveness of automated testing in the absence of specifications is presented, which supports a set of related techniques, including redundant-test detection, non-redundant-test generation, test selection, test abstraction, and program-spectra comparison.
Flow Java: declarative concurrency for Java.
Frej Drejhammar
- 09 Dec 2003
TL;DR: Flow Java is presented which conservatively extends Java with single assignment variables and futures as variants of logic variables and the extension is conservative with respect to object-orientation, types, parameter passing, and concurrency in Java.
Managed data: modular strategies for data abstraction
Alex Loh,Tijs van der Storm,William R. Cook +2 more
- 19 Oct 2012
TL;DR: This paper argues for the importance of Managed Data and presents a novel implementation of Managers Data based on interpretation of data models, and shows how to inherit and compose interpreters to implement the features described above.
OB(PN) 2 : an object based petri net programming notation
TL;DR: The object-based language OB(PN)2, together with its semantics, defined as a translation into a class of highlevel Petri nets, which lays the foundations for the development of automatic verification methods of concurrent programs written in object-oriented languages.
15
A parallel programming methodology using communication patterns named cpans or composition of parallel object
Mario Rossainz López,Manuel I. Capel-Tuñón +1 more
- 25 Sep 2008
TL;DR: In this article, a programming method based on High Level Parallel Compositions or HLPCs (CPANs in Spanish) by means of classes is presented, which conforms a library of susceptible classes of being used in applications within the environment of programming of C++ and of the standard POSIX of programming with threads.
15
References
•Book
The C++ Programming Language
Bjarne Stroustrup
- 01 Jan 1985
TL;DR: Bjarne Stroustrup makes C even more accessible to those new to the language, while adding advanced information and techniques that even expert C programmers will find invaluable.
8.1K
•Book
The Java Virtual Machine Specification
Tim Lindholm,Frank Yellin +1 more
- 19 Sep 1996
TL;DR: In this article, the authors present a detailed overview of the Java Virtual Machine, including the internal structure of the class file format, the internal form of Fully Qualified Class and Interface names, and the implementation of new class instances.
Programming the Internet in Ada 95
S. Tucker Taft
- 10 Jun 1996
TL;DR: The combination of the Ada 95 and Java technologies is found to be very natural and powerful, providing the best characteristics of both technologies, with essentially no loss in functionality.
37
Java as an Intermediate Language
Jonathan C. Hardwick,Jay Sipelstein +1 more
- 12 Aug 1996
TL;DR: It is concluded that Java is attractive both as a compilation target for rapid prototyping of new programming languages and as a means of improving the portability of existing programming languages.
22
Related Papers (5)
Ken Arnold,James Gosling +1 more
- 01 Dec 1998
Bjarne Stroustrup
- 01 Jan 1985
James Gosling,Bill Joy,Guy L. Steele +2 more
- 12 Sep 1996
Tim Lindholm,Frank Yellin +1 more
- 19 Sep 1996