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
Dynamic Object Replacement and Implementation-Only Classes
Pascal Costanza
- 01 Jan 2001
TL;DR: The goal of the TAILOR Project is to conceive and implement enhancements of programming languages and runtime systems to allow for unanticipated adaptability of software.
Practical guidelines for boosting Java server performance
Reinhard Klemm
- 01 Jun 1999
TL;DR: Several simple yet effective source code-level guidelines for accelerating Java programs are presented, aimed at reducing the frequency of object allocations and objectto-object copy operations and avoiding dynamically expanding objects.
26
JavaSymphony: new directives to control and synchronize locality, parallelism, and load balancing for cluster and GRID-computing
Thomas Fahringer,Alexandru Jugravu +1 more
- 03 Nov 2002
TL;DR: JavaSymphony as mentioned in this paper is a Java class library that allows the programmer to control parallelism, load balancing, and locality at a high level, and objects can be explicitly distributed and migrated based on a high-level API to static/dynamic system parameters and dynamic virtual distributed architectures.
26
Scalable hardware accelerator for comparing DNA and protein sequences
Philippe Faes,Bram Minnaert,Mark Christiaens,Eric Bonnet,Yvan Saeys,Dirk Stroobandt,Yves Van de Peer +6 more
- 30 May 2006
TL;DR: A dynamic programming algorithm for sequence alignment on reconfigurable hardware, Smith-Waterman-Gotoh (SWG), has not been implemented in hardware before is implemented, showing a speedup factor of 40 in a design that scales well with the size of the available hardware.
Static determination of allocation rates to support real-time garbage collection
Tobias Mann,Morgan Deters,Rob LeGrand,Ron K. Cytron +3 more
- 15 Jun 2005
TL;DR: A static analysis to bound conservatively an application's allocation rate is presented, based on a data flow framework that requires interprocedural evaluation and results from analyzing some Java benchmarks are presented.
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