Discuss JVM, JRE, Javadoc. Why java is platform independent language? Mention advantages of Java Programming Language.
[7 marks]Explain Keyword Final, Finally and Finalize with suitable example.
[7 marks]Discuss features and advantages of Abstract. Write one example.
[7 marks]What is collection in Java? What are different collection classes available in java.
[7 marks]Write a java program to calculate total and average to five values. Pass input values as constructor parameter.
[7 marks]Discuss i) Applet and Application (ii) Interface ii) String class and StringBuffer class
[7 marks]Write a java program to input two values as command line parameter and print summation of both values. Discuss Wrapper class functionality here.
[7 marks]Draw and explain lifecycle of Applet.
[7 marks]Discuss Thread life cycle. Explain wait, notify, notifyall, synchronized methods of thread with example.
[7 marks]Write short note on package. Also discuss steps to create and implement user defined package.
[7 marks]What is Exception? How it is handled in Java? List out inbuilt java exception classes. How user can create his own exception class?
[7 marks]What is inheritance in java? Explain different types of inheritance with proper examples.
[7 marks]How we can read input values using Scanner class? Demonstrate with one java example.
[7 marks]Explain user of static and super keyword. What is method overriding in java?
[7 marks]Write a Java program to read students data and write it to student.txt file using Java file handling.
[7 marks]Explain Event Handling in java and describe how mouse event and key press events are handled?
[7 marks]Explain different layouts in Java Applets with suitable example. 1/1
[7 marks]