[Link] | [Link] | [Link]
me/jntuh
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
unit-3
1. What is an Exception in Java?
2. Explain Java Exception Hierarchy?
3. What is the difference between Checked and Unchecked Exceptions in
Java?
4. Explain the following this example?
a) try-catch b) throws c)throws d)finally
5. How to write custom(user defined) exceptions in Java explain with
example?
6. Define thread? explain about multithreading?
7. Explain life cycle of thread with neat diagram?
8. Expalin the following with examples?
a)start() b)join() c)sleep()
9. Briefly explain methods of Thread class?
10. Explain synchronization in multithreading?
11. Explain about priority of a Thread?
unit-4
1. Define Collection ? Explain heirarchy of Collection Framework?
2. Explain iteraotr inferface and its methods?
3. Explain the following with example programs?
a) ArrayList b)LinkedList c)HashSet d)TreeSet
4. Define Map? Explain [Link] interface methods?
5. Explain the following with examples?
a)HashMap b)LinkedHashMap c) TreeMap
6. Explain the following with example?
a) Stack b)Vector c)Dictionary d) HashTable
7. Explain the following the classes with examples?
a)StringTokenizerb) c)Scanner d)Random
unit-5
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
1. Explain briefly AWT components hierarchy ?
2. Expalin about MVC architecture with neat diagram?
3. Explain briefly Swing components hierarchy ?
4. Write a java program to create calculator in java?
5. Explain following classes with examples?
a)JButton b)JLable c)JTextField d)JCheckBox e)
JRadioButton
6. Explain the following with example?
a)JMenuBar b)JMenu c)JMenuItem
7. Expalin about Layout Managers in java?
8. Explain delegation event model(Event handling)?
9. Define Applet ? Explain Applet life cycle methods?
10. Explain Gaphics class and its methods?
11. How to pass parameters in Applet? Explain.
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
UNIT-1
12. Explain about features of java?
13. Explain
oops(class,object,inheritance,polymorphism,abstraction,encapsulation
and polymorphism) concepts in java?
14. explain about control statements in java?
15. Briefly discuss following terms?
a. jvm [Link] [Link]
16. Write the syntax of a java method and explain with an example?
17. Define inheritance? Explain about different types of inheritances with
examples?
18. Explain method overloading(static polymorphism) with example?
19. Explain method overriding with an example?
20. Expalin run time polymorphism(dynamic method dispatch) with an
example?
21. Define constructor and explain constructor overloading with an
example?
22. Briefly discuss following key words with example?
[Link] [Link] [Link]
23. define abstract class and explain with an example?
24. Briefly discuss about Object class and its methods in java?
25. Define string? explain following classes with example?
a. StringBuffer [Link]
26. Explain about access modifiers in
java?(public,private,default,protected)
[Link] | [Link] | [Link]
[Link] | [Link] | [Link]
UNIT-2
27. Define package? write the procedure for creating a user defined
package?
28. Explain the importance of class path in packages?
29. Define interface? Explain with an example?
30. Expalin multiple inheritance with an example?
31. Explain about hybrid inheritance with an example?
32. Expalin Byte stream classes with example?
33. Explain Character stream classes with example?
34. Explain about File class in java?
35. Explain about RandomAccessFile class with example?
36. Expalin Serialization and Deserialization in java with example?
37. Explain briefly about java generics?
38. Explain Enum class with example?
39. Explain autoboxing and unboxing with examples?
[Link] | [Link] | [Link]