|
Related Questions |
View Answer |
|
Can an anonymous class be declared as implementing an interface andextending a class
|
View Answer
|
|
Which method of the Component class is used to set the position and size of acomponent
|
View Answer
|
|
Which characters may be used as the second character of an identifier, but notas the firstcharacter of an identifier
|
View Answer
|
|
Is null a keyword
|
View Answer
|
|
What are the similarities and differences between Java and C/C++?
|
View Answer
|
|
Describe java's security model.
|
View Answer
|
|
What is the difference between an Applet and an Application?
|
View Answer
|
|
How can you force all derived classes to implement a method present in the base class?
|
View Answer
|
|
What are abstract classes, abstract methods?
|
View Answer
|
|
What's the difference between == and equals method?
|
View Answer
|
|
Describe, in general, how java's garbage collector works?
|
View Answer
|
|
What is the difference between StringBuffer and String class?
|
View Answer
|
|
How can you achieve Multiple Inheritance in Java?
|
View Answer
|
|
What are the main differences between Java and C++?
|
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
|