0% found this document useful (0 votes)
44 views3 pages

Java - Imp - Questions

Uploaded by

TEJASWI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views3 pages

Java - Imp - Questions

Uploaded by

TEJASWI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

MODULE1:

SHORT QUESTIONS:

1. Differentiate C++ and JAVA.


2. Differentiate Procedure oriented language and Object oriented Language. ( differentiate C and
Java)
3. Differentiate Method and Constructor.
4. Describe about why java is platform independent.
5. Describe about abstraction and Encapsulations.
6. Explain about Access control / access modifiers in Java. ( Explain about Public, private , Default
and Protected )
7. Define Recursion with an example.
8. Explain about Garbage collection with program.
9. Explain about this keyword with an example.

LONG QUESTIONS:

1. Explain about Java BUZZ words / Java Features


2. What is Object oriented programming? Explain Object oriented features briefly?
3. Explain about type conversion with an example.
4. Define Method overloading? Explain it with an example. ( Parameter passing)
5. Define Constructor? Explain its types with an example?
6. Explain Constructor Overloading with an example?
7. Explain about static keyword with an example?
8. Explain about Nested and inner classes with an example?

MODULE2:

SHORT QUESTIONS:

1. Differentiate Method Overloading and Method Overriding?


2. Define Abstract Class and explain it with an example?
3. Differentiate interface and abstract class?
4. Differentiate class and interface?

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:

1. Explain Exception Hierarchy?


2. Write the examples of checked and un checked exception?
3. Differentiate throw and throws?
4. Differentiate process and thread, multi threading and multitasking?
5. Explain about thread priorities?
6. Discuss about list interface, queue interface?
7. Discuss about Linked list class, hash set class, tree set class?

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:

1. Explain about adapter classes with an example?


2. Explain AWT hierarchy?

LONG QUESTIONS:

1. Define Event? Explain about Delegation event model with an example?.


2. Explain the key based events with an example?
3. Explain the Mouse based events with an example?
4. Explain layout managers with neat diagram and example programs?
MODULE5:

SHORT QUESTIONS:

1. Differentiate applet with application?


2. Explain about AWT component creation – like button, textbox?

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?

You might also like