What is skeleton and stub?
What is a superclass?
What are different type of exceptions in java?
Explain the transient field modifier?
What is a “stateless” protocol ?
How will you get the platform dependent values like line separator, path separator, etc., ?
Can java object be locked down for exclusive use by a given thread?
What is the static field modifier?
Why are there no global variables in java?
What is the public field modifier?
What is the synchronized method modifier?
Can a private method of a superclass be declared within a subclass?
What is your platform’s default character encoding?
Explain the private field modifier?
Explain the concept of hashtables?