Java Tutorials - Herong's Tutorial Notes
Dr. Herong Yang, Version 6.00

About This Book

This section provides some detailed information about this book - Java Tutorials - Herong's Tutorial Notes.

Website URL: http://www.herongyang.com/java

Title: Java Tutorials - Herong's Tutorial Notes

Author: Dr. Herong Yang

Category: Java

Version/Edition: Version 6.00, 2008

Number of pages: 102

Short description: This Java book is a collection of notes and sample codes written by the author while he was learning Java himself. It covers topics related Java language core features and classes provided in the java.lang.* package: array, bit, byte, deadlock, expression, main method, synchronization, string, thread.

Long description: This Java book is a collection of notes and sample codes written by the author while he was learning Java himself. It covers topics related Java language core features and classes provided in the java.lang.* package: array, bit, byte, deadlock, expression, main method, synchronization, string, thread. Key sections include: Installing Java SE; Installing J2SDK 1.4.1 on Windows 2000 - Execution of Java Programs - Execution Environment - Threads and Thread Groups - Synchronization and Deadlock

Keywords: Java, array, bit, byte, deadlock, JDK, JVM, main method, operation, expression, synchronization, string, syntax, thread.

Cost/Price: Free

Viewing statistics:

This book has been viewed a total of:

  • 45,327 times as of September 2006.
  • 9,833 times as of September 2005.
  • 6,397 times as of March 2005.

Revision history:

  • Version 6.00, 2008. Updated in hyPub format.
  • Version 5.00, 2007. Reformatted with more hyper links.
  • Version 4.00, 2003. Reformatted in XHTML and PDF formats.
  • Version 3.00, 2002. Updated and reformatted in HTML format.
  • Version 2.00, 1999. Updated and reformatted in Word format.
  • Version 1.00, 1997. Collected in test format.

Copyright:

  • This book is under Copyright © 2008 by Dr. Herong Yang. All rights reserved.
  • Material in this book may not be published, broadcasted, rewritten or redistributed in any form.
  • The example codes is provided as-is, with no warranty of any kind.

Table of Contents

About This Book

 Installing JDK 1.4 on Windows 2000

 Installing JDK 1.5 on Windows XP

 Installing JDK 1.6 on Windows XP

 Execution Process, Entry Point, Input and Output

 Bits, Bytes, Bitwise and Shift Operations

 Managing Bit Strings in Byte Arrays

 StringBuffer - The String Buffer Class

 System Properties and Runtime Object Methods

 Execution Threads and Multi-Threading Java Programs

 ThreadGroup Class and "system" ThreadGroup Tree

 Synchronization Technique and Synchronized Code Blocks

 Deadlock Condition Example Programs

 Garbage Collection and the gc() Method

 References

 PDF Printing Version

Dr. Herong Yang, updated in 2008
About This Book