Total Pageviews

Thursday, November 17, 2011

JAVA LAB CSE 5th Sem B section


List of program for Java lab:
 
  1. Write a program to show overloading and overriding in sub and super class.
  2. Write a program to show inheritance in inner class.
  3. Write a program to create a new instance of a class by calling a constructor with arguments.
  4. Write a program to call a static method of an abstract class.
  5. Write a program using StringBuilder class to take variable input from user.
  6. Write a program to which take input form user as two number and display is addition result.
  7. Write a program to handle button events.
  8. Write a program to create thread and show its life cycle.
  9. Write a program to create arraylist and map using Collection api.
  10. Write a program to create a jar file which include manifest file, main class file.
  11. Write a program to create setter getter bean to access variable from super class.
  12. Write a program to create an applet creating face using circle and arc.
  13. Write a program to create a frame uisng javax.swing api and add button control to it.
  14. Write a program to connect java application to database using jdbc odbc bridge and fetch student details.
  15. Write a program to show life cycle of servlet on tomcat server.