|
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
|
|
|
|
By implementing the required event-listener interface and adding itself as its own event listener.
|
Category:
AWT/Swing
|
Date:
11/9/2010 11:49:05 AM
|
|
|
|
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
|
|
|
|
By setting the parameter of setAutocommit ( boolean flag) method to false and begin the transaction....
|
Category:
JDBC
|
Date:
11/9/2010 10:44:03 AM
|
|
|
|
Servlet init parameters are declared inside the <servlet> tag inside Deployment Descriptor and....
|
Category:
JSP
|
Date:
11/9/2010 10:22:57 AM
|
|
|
|
The bean class implements a set of callback methods that allow the container to notify the events in....
|
Category:
EJB
|
Date:
11/9/2010 10:12:02 AM
|
|
|
|
“ JDBC Net pure Java Driver” is the fastest JDBC driver. “JDBC-ODBC Bridge” and “Network proto....
|
Category:
JDBC
|
Date:
11/9/2010 10:11:03 AM
|
|
|
|
All AWT event listeners extend the java.util.EventListener interface.
|
Category:
AWT/Swing
|
Date:
11/9/2010 10:00:07 AM
|
|
|
|
The servlet mapping is an association between a URL pattern and a servlet and it is used to map requ....
|
Category:
JSP
|
Date:
11/9/2010 9:50:56 AM
|
|
|
|
When the bean's state represents the interaction between the bean and a specific client, and when th....
|
Category:
EJB
|
Date:
11/9/2010 9:39:01 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
|
|
|