(A). [Link] a Java program to illustrate the concept of class with method overloading.
[Link] a Java program to implement the concept of exception handling.
(B). 9. Write a Java program to illustrate collection classes like ArrayList, Linked list, and
TreeMap and HashMap.
12. Write a Java program that reads a file name from the user, and then displays
information about whether the file exists, whether the file is readable, whether the file is
writable, the type of file and the length of the file in bytes.
(C). [Link] a Java program to demonstrate the Interfaces & Abstract Classes.
15. Write a Java applet program to implement Color and Graphics class.
(D). 8. Write a Java program that correctly implements producer-consumer problem using the
concept of inter-thread communication.
[Link] a Java program to implement a serialization concept.
(E). [Link] a Java Program that reads a line of integers, and then displays each integer, and the
sum of all the integers (Use String Tokenizer class of java. util).
[Link] a Java program to illustrate the concept of Thread synchronization.
(F). [Link] a Java applet program to implement Color and Graphics class.
[Link] a Java applet program to implement Adapter classes.
(G). 18. Write a Java program that works as a simple calculator. Use a grid layout to arrange
buttons for the digits and for the +, -, *, % operations. Add a text field to display the result.
13. Write a Java program to illustrate the concept of I/O Streams.
(H).6. Write a Java program to illustrate the concept of threading using Thread Class and
Runnable Interface.
[Link] a Java program to implement iteration over Collection using Iterator interface
and List iterator interface.