Slip No 30 Q B
Q.Write a java program to design a following GUI (Use Swing). [25 M]
Q.Write a java program to accept a number from a user, if it is zero then throw user defined Exception
Q.Write a java program using Applet for bouncing ball. Ball should change its color for each bounce. [25 M] Java
Q.Write a java program to check whether given candidate is eligible for voting or not. Handle user defined as well
Q.Write a java Program to accept the details of 5 employees (Eno, Ename, Salary) and display it onto the JTable.
Q.Write a java program to count the number of integers from a given list. (Use Command line arguments). [15 M]
Q.Write a java program to accept directory name in TextField and display list of files and subdirectories in List Control
Q.Write a java program to accept a number from user, If it is greater than 1000 then throw user defined
Q.Write a java program using applet to draw Temple. [25 M] HTML File to Run Applet <html><body><applet code=”TempleApplet.class” width=”500″ height=”350″></applet></body></html>