|
The Vector class provides the capability to implement a growable array of objects
|
Category:
Core Java
|
Date:
11/9/2010 1:28:52 PM
|
|
|
|
It is the class that is responsible for loading the class and it is the only in All JVM.
|
Category:
Core Java
|
Date:
11/9/2010 12:56:51 PM
|
|
|
|
A while statement checks at the beginning of a loop to see whether the next loop iteration should oc....
|
Category:
Core Java
|
Date:
11/9/2010 11:39:53 AM
|
|
|
|
yes
|
Category:
Core Java
|
Date:
11/9/2010 11:18:47 AM
|
|
|
|
The Map interface replaces the JDK 1.1 Dictionary class and is used associate keys with values.
|
Category:
Core Java
|
Date:
11/9/2010 11:06:53 AM
|
|
|
|
The result is a String object.
|
Category:
Core Java
|
Date:
11/9/2010 9:17:55 AM
|
|
|
|
The == operator compares two objects to determine if they are the same object in memory. It is possi....
|
Category:
Core Java
|
Date:
11/9/2010 8:44:54 AM
|
|
|
|
An object's finalize() method may only be invoked once.
|
Category:
Core Java
|
Date:
11/9/2010 8:23:48 AM
|
|
|
|
Component
|
Category:
Core Java
|
Date:
11/9/2010 8:11:53 AM
|
|
|
|
Unicode requires 16 bits and ASCII require 7 bits, UTF-8 represents characters using 8, 16, and 18 b....
|
Category:
Core Java
|
Date:
11/9/2010 7:50:48 AM
|
|
|
|
Encapsulation describes the ability of an object to hide its data and methods from the rest of the w....
|
Category:
Core Java
|
Date:
11/9/2010 7:39:52 AM
|
|
|
|
Exception is recoverable and the Error is unrecoverable.
|
Category:
Core Java
|
Date:
11/9/2010 7:06:52 AM
|
|
|
|
Unless the thread of execution terminates or an exception occurs within the execution of the finally....
|
Category:
Core Java
|
Date:
11/9/2010 6:02:49 AM
|
|
|
|
The enableEvents() method is used to enable an event for a particular object. Normally, an event is ....
|
Category:
Core Java
|
Date:
11/9/2010 5:50:54 AM
|
|
|
|
The Reader/Writer class hierarchy is character-oriented, and the InputStream/OutputStream class hier....
|
Category:
Core Java
|
Date:
11/9/2010 5:29:48 AM
|
|
|