|
Related Questions |
View Answer |
|
In Java, You can create a String object as: String str = "abc"; & String str = new String("abc");Why
|
View Answer
|
|
How to make application thread-safe ?
|
View Answer
|
|
What is it object serialization ?
|
View Answer
|
|
What do you know about networking support in Java ?
|
View Answer
|
|
What you know about Corba implementation in Java ?
|
View Answer
|
|
What is Java Beans ?
|
View Answer
|
|
Compare SWING components to standard AWT.
|
View Answer
|
|
What is layout manager ? How does it work ?
|
View Answer
|
|
What are the advantages of OOPL?
|
View Answer
|
|
How many methods do u implement if implement the Serializable Interface?
|
View Answer
|
|
How do I instantiate a bean whose constructor accepts parameters using the useBean tag?
|
View Answer
|
|
Searching a String
|
View Answer
|
|
Connecting to a Database and Strings Handling
|
View Answer
|
|
What is the difference between Serializalble and Externalizable interface?
|
View Answer
|
|
What is the serialization?
|
View Answer
|
|
What are synchronized methods and synchronized statements?
|
View Answer
|
|
What is synchronization and why is it important?
|
View Answer
|
|
What is the purpose of finalization?
|
View Answer
|
|
What classes of exceptions may be caught by a catch clause?
|
View Answer
|
|
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class
|
View Answer
|