|
Related Questions |
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
|
|
What does the "abstract" keyword mean in front of a method? A class?
|
View Answer
|
|
Name four methods every Java class will have.
|
View Answer
|
|
Given a text file, input.txt, provide the statement required
|
View Answer
|
|
Discuss the differences between creating a new class, extending a class and implementing an interface; and when each would be appropriate.
|
View Answer
|
|
What's the difference between the == operator and the equals() method? What test does Object.equals() use, and why?
|
View Answer
|
|
Why do you create interfaces, and when MUST you use one?
|
View Answer
|
|
What is the difference between instanceof and isInstance?
|
View Answer
|
|
Are there any other 'marker' interfaces?
|
View Answer
|
|
How many methods do u implement if implement the Serializable Interface?
|
View Answer
|
|
What are the advantages of OOPL?
|
View Answer
|