JAVA LAB
(VI the SEM CST/IT)
1. Design a package Bank having all the required functionality (balance, withdrawal,
deposit). Import your package in ATM class.
2. Design a interface Operation having the prototype add(), subtract(),
multiplication(), division(). In your class implement interface efficiently.
3. Design the following structure
ADD SUB
RESULT
5. Implement all the Layouts.
6. Design the following structure
INSERT APPEND REPLACE
7. Write client side and server side program and connect server to client.
8. Using Java Swing, design following structure
UMIT, SNDT WOMEN’S UNIVERSITY
CAMPUS DESCRIPTION OF
ART SELECTED ITEM
TECHOLOGY
9. Using JDBC, create one table in MS-ACEESS and connect your program to
your database and show the contents of the table on DOS-prompt.
10. Design following structure, use JDBC
Employee Database
Enter your name:
Enter your age:
Enter your qualification:
Enter your salary
11.
Enetr file name
READ Contents of the file
12. Using Java Swing design Railway Reservation Form.
13. Using the GridLayout, design
Calculator Layout
14. Design Menubar, add file and edit menu to menubar and add menuitems to menu.
Also disables one menuitem and add shortcutkey and Checkboxmenuitem.
15. Design tree like structure, take example of SNDT Women’s University
16. Using IO package, create one file, modify it and save it.
17.
Kesari Tour and Travels
O package1
Goa
O package2
Manali
O package3
Ooty
Total price Mumbai
18. Implement Multithreading.
19. Implement RMI-SERVLET
20. Draw Circle, Rectangle and Ellipse as per the mouse dragged.
21. Create “Save” dialog box.
22. Students have to do some small kind of application of your choice. You can
design good animation or home page or some game using Java Utilities.
23. Connect client to the server and perform add, delete, update operation on the
server database.