FYBCom(CA) DBMS Practical Slip No.7
Q3. Consider the following entities and their relationships. Create a RDB in 3 NF with appropriate data types and Constraints. […]
Q3. Consider the following entities and their relationships. Create a RDB in 3 NF with appropriate data types and Constraints. […]
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