All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and ou
Exploring Java, 2nd Edition (O'Reilly Java)
โ Scribed by Patrick Niemeyer, Josh Peck
- Publisher
- O'Reilly Media
- Year
- 1997
- Tongue
- English
- Edition
- Second Edition
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
The second edition of Exploring Java, introduces the basics of Java, the object-oriented programming language for networked applications from Sun Microsystems. This book covers the essentials of hot topics like Beans and RMI and shows you how to get up speed writing Java applets and other applications, including networking programs, content and protocol handlers, and security managers.Even before the first release of Java, companies from Oracle to Netscape and Microsoft licensed Java to integrate with their Internet products. What makes this new language so important? It's truly portable. The same code runs on any machine that provides a Java interpreter, whether Windows 95, Windows NT, the Macintosh, or any flavor of UNIX. And, potentially, Java is designed to be as fast as programs written in C and C++.The ability to create animated World Wide Web pages has also sparked the rush to Java. But, the story does not end with the Web. Sophisticated large applications, such as spreadsheets or word processors, can also be written with Java. An early example is Sun's self-extensible Web browser, HotJava.With a practical, hands-on approach characteristic of O'Reilly's Nutshell Handbooksยฎ, Exploring Java shows you how to write dynamic Web pages. But that's only the beginning. This book also shows you how to write content and protocol handlers, networking programs, and other stand-alone applications.Part of O'Reilly's definitive set of Java documentation, Exploring Java, 2nd Edition covers: History and principles of Java How to write simple applets How to integrate applets into the World Wide Web Java Class Libraries Using threads Using arrays Network programming Content and protocol handling Using the Abstract Windowing Toolkit (AWT) Writing a security manager
๐ SIMILAR VOLUMES
Java's most striking claim is that it provides a secure programming environment. However, despite lots of discussion, few people understand precisely what Java's claims mean and how it backs up those claims. Java Security is an in-depth exploration aimed at developers, network administrators, and an
This book is a thorough introduction to Java Message Service (JMS), the standard Java application program interface (API) from Sun Microsystems that supports the formal communication known as "messaging" between computers in a network. JMS provides a common interface to standard messaging protocols
As the definitive reference to the Java 1.1.2 version class libraries, this book is an essential resource for both beginner and experienced Java programmers. This volume provides comprehensive reference documentation for the development of applets, user interfaces, and Java beans. The packages cove
This definitive reference to the Java 1.1 class libraries from the creators of the Java technology at Sun Microsystems is an essential resource for both novice and experienced Java programmers. The packages covered in this book are: java io, java net, java lang, java text, java lang.reflect, java ut
Learning a complex new language is no easy task especially when it s an object-oriented computer programming language like Java. You might think the problem is your brain. It seems to have a mind of its own, a mind that doesn't always want to take in the dry, technical stuff you're forced to study.