|
Related Questions |
View Answer |
|
How is it possible for two String objects with identical values not to be equalunder the ==operator
|
View Answer
|
|
What is the difference between the JDK 1.02 event model and the eventdelegationmodelintroduced with JDK 1.1
|
View Answer
|
|
What is the relationship between a method's throws clause and the exceptionsthat can bethrown during
|
View Answer
|
|
If a class is declared without any access modifiers, where may the class beaccessed
|
View Answer
|
|
What is the advantage of the event-delegation model over the earlier eventinheritancemodel
|
View Answer
|
|
Which Container method is used to cause a container to be laid out andredisplayed
|
View Answer
|
|
In which package are most of the AWT events that support the event-delegationmodel defined
|
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
|