We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Java
The Dictionary Class .................................................................................................................................... 430
The Map Interface ....................................................................................................................................... 431 The Hashtable Class ..................................................................................................................................... 433 The Properties Class .................................................................................................................................... 437 The BitSet Class ........................................................................................................................................... 440 The Collection Algorithms ........................................................................................................................... 445 How to Use an Iterator ? ............................................................................................................................. 450 How to Use a Comparator ? ........................................................................................................................ 454 Summary ..................................................................................................................................................... 456
Serializing an Object .................................................................................................................................... 463 Deserializing an Object ................................................................................................................................ 464
Send a Simple E-mail ................................................................................................................................... 481 Send an HTML E-mail ................................................................................................................................... 483 Send Attachment in E-mail .......................................................................................................................... 485 User Authentication Part ............................................................................................................................. 487
Life Cycle of a Thread .................................................................................................................................. 488 Thread Priorities .......................................................................................................................................... 489 Create a Thread by Implementing a Runnable Interface ............................................................................ 489 Create a Thread by Extending a Thread Class ............................................................................................. 491 Thread Methods .......................................................................................................................................... 494 Major Java Multithreading Concepts .......................................................................................................... 499 Thread Synchronization ............................................................................................................................... 499 Interthread Communication ........................................................................................................................ 504 Thread Deadlock .......................................................................................................................................... 507 Thread Control............................................................................................................................................. 510
Life Cycle of an Applet ................................................................................................................................. 515 A "Hello, World" Applet ............................................................................................................................... 516 ix