Java - Imp - Questions
Java - Imp - Questions
SHORT QUESTIONS:
LONG QUESTIONS:
MODULE2:
SHORT QUESTIONS:
LONG QUESTIONS:
1. Define Inheritance and specify its advantages? Explain all types of inheritances with your own
examples.
2. Define multiple inheritances? How it is implemented in Java? (Define Interface. Explain it with
an example )
3. Explain about Super keyword uses with an example?
4. Explain about Final keyword with an example?
5. Define Package? Explain about How to create, Accessing and importing a package with an
example?
6. Explain about how java achieves runtime polymorphism? ( Dynamic Method Dispatch )
MODULE3:
SHORT QUESTIONS:
LONG QUESTIONS:
1. Define Exception handling mechanism? Explain multi catch statement with an example?.
2. Explain the procedure to create a Built in ( User defined exception ) with an example?
3. Explain about String Tokenizer?
4. Define Multi threading? Explain different ways of creating thread?
5. Explain thread life cycle with neat diagram?
6. Define Synchronization? Explain with an example?
7. Define Inter thread communication? Explain with an example?
MODULE4:
SHORT QUESTIONS:
LONG QUESTIONS:
SHORT QUESTIONS:
LONG QUESTIONS:
1. Define Applet? Explain applet life cycle with neat diagram and an example?
2. Explain about applet parameter passing with an example?
3. Explain about JDBC drivers with neat diagrams?
4. Discuss about JDBC connection establishment and query execution?