๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

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

โฌ‡  Acquire This Volume

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 I O (O'Reilly Java)
โœ Elliotte Rusty Harold ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐Ÿ› O'Reilly Media ๐ŸŒ English

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

Java Security (Java Series (O'Reilly & A
โœ Scott Oaks ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› O'Reilly Media ๐ŸŒ English

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

Java Message Service (O'Reilly Java Seri
โœ Richard Monson-Haefel, David Chappell ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› O'Reilly Media ๐ŸŒ English

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

The Javaโ„ข Class Libraries, Volume 2: jav
โœ Patrick Chan, Rosanna Lee ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› Prentice Hall ๐ŸŒ English

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

The Javaโ„ข Class Libraries, Volume 1: jav
โœ Patrick Chan, Doug Kramer, Rosanna Lee ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

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

Head First Java, 2nd Edition
โœ Kathy Sierra, Bert Bates ๐Ÿ“‚ Library ๐Ÿ“… 2005 ๐Ÿ› O'Reilly Media ๐ŸŒ English

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.