Question 1: Explain the features of Java.
Question 2:
a) What do you mean by the term Abstract Class? Describe it with an illustration.
b) Write a java program to perform matrix addition.
Question 3: Describe overloading and overriding in java with appropriate illustration.
Question 4: What do you mean by Exception? How do you handle exceptions and as well describe Custom Exception by using an example.
Question 5:
a) What is the difference between the Vector Object and Array Object? Describe with an illustration.
b) Write a java program which reads character streams and prints the character streams.
Question 6: What do you mean by inheritance? Explain different kinds of inheritance.
Question 7: What do you mean by constructor? Describe different kinds of constructors.
Question 8: What do you mean by package? How to make packages in Java?
Question 9: Write java program to implement the bubble sort.
Question 10: Write about thread life cycle.
Question 11: What is an applet? Give the difference between applets and application programs.
Question 12: Write an applet program which resembles the user name and password of the page by using textbox.