|
A Java package is a naming context for classes and interfaces. A package is used to create a separat....
|
Category:
Core Java
|
Date:
11/4/2010 9:52:55 PM
|
|
|
|
To other threads may execute while the i/o operation is performed
|
Category:
Core Java
|
Date:
11/4/2010 9:31:49 PM
|
|
|
|
The Collections API is a set of classes and interfaces that support operations on collections of obj....
|
Category:
Core Java
|
Date:
11/4/2010 8:59:48 PM
|
|
|
|
The String literal "abc" is not a primitive value. It is a String object.
|
Category:
Core Java
|
Date:
11/4/2010 8:47:53 PM
|
|
|
|
A Set is a collection that has no duplicate elements. A List is a collection that has an order assoc....
|
Category:
Core Java
|
Date:
11/4/2010 8:15:52 PM
|
|
|