|
When a task's interrupt() method is executed, the task enters the ready state. The next time the tas....
|
Category:
Core Java
|
Date:
11/3/2010 10:38:50 AM
|
|
|
|
The readLine() method returns null when it has reached the end of a file.
|
Category:
Core Java
|
Date:
11/3/2010 9:22:52 AM
|
|
|
|
A field variable is a variable that is declared as a member of a class. A local variable is a variab....
|
Category:
Core Java
|
Date:
11/3/2010 9:21:54 AM
|
|
|
|
Hashtable is synchronized and does not allow null values. HashMap is not synchronized and allows nul....
|
Category:
Core Java
|
Date:
11/3/2010 8:16:51 AM
|
|
|
|
A Vector is a grow able array of objects.
|
Category:
Core Java
|
Date:
11/3/2010 7:43:50 AM
|
|
|