|
Related Questions |
View Answer |
|
Describe, in general, how java's garbage collector works?
|
View Answer
|
|
What's the difference between == and equals method?
|
View Answer
|
|
What are abstract classes, abstract methods?
|
View Answer
|
|
How can you force all derived classes to implement a method present in the base class?
|
View Answer
|
|
What is the difference between an Applet and an Application?
|
View Answer
|
|
Java says "write once, run anywhere". What are some ways this isn't quite true?
|
View Answer
|
|
Describe java's security model.
|
View Answer
|
|
What is the difference between a Vector and an Array. Discuss the advantages and disadvantages of both?
|
View Answer
|
|
How many different types of JDBC drivers are present? Discuss them.
|
View Answer
|
|
What does the keyword "synchronize" mean in java. When do you use it? What are the disadvantages of synchronization?
|
View Answer
|
|
What are native methods? How do you use them?
|
View Answer
|
|
What is RMI?
|
View Answer
|
|
What is JDBC? Describe the steps needed to execute a SQL query using JDBC.
|
View Answer
|
|
Access specifiers: "public", "protected", "private", nothing?
|
View Answer
|
|
What does the "final" keyword mean in front of a variable? A method? A class?
|
View Answer
|
|
Does Java have "goto"?
|
View Answer
|
|
Why "bytecode"? Can you reverse-engineer the code from bytecode?
|
View Answer
|
|
What synchronization constructs does Java provide? How do they work?
|
View Answer
|
|
Are constructors inherited?Can a subclass call the parent's class constructor?When?
|
View Answer
|
|
Does Java have destructors?
|
View Answer
|