Lab AssignmentsEngg12
Lab AssignmentsEngg12
Societys
Assignment-II (Multithreading)
1. 2. 3. 4. 5. Write a program to display two strings bouncing in opposite directions. Write a program for matrix multiplication using multithreading. Write a program to create a digital clock. Write a program for Quick sort. Write a program to manage Bank Account with Thread Synchronization. Last date for submission: 06/02/2012
Assignment-IV (Applet)
1. Write an applet program that accepts two input string using <param> tag and concatenate the strings and display it in window. 2. Write an applet program which displays two drop down list (one for font type and other for font size) and three radio buttons (one for each font style). Display one string with selected font setting. Font list should display system supported font types dont hardcode. 3. Create an applet to display animation image. Control the animation with two buttons (Start and Stop) such that when start button is pressed animation should start and when stop button is pressed animation should stop. 4. Write a program to create simple graph using applet. 5.Design an applet to display details of mobile holder like Name, Mobile No.,Address,City,Gender and display accepted information in suitable format.