/* A program in Java to count no. of object created of a class*/ in java (NOTES) SONU GIRI No comments /* A program in Java to count no. of object created of a class*/ in java (NOTES) CLICK HERE TO VIEW Share: Email ThisBlogThis!Share to XShare to Facebook Related Posts:3.1)Develop an Applet in java that displays a Simple Message3.2)Develop an Applet in java that receives an integer in one TextField,and computes its Factorial value and returns it in another textfield,when button named “Compute” is clicked4)Write a Program that creates User Interface to perform Integer Divisons.The user enters two numbers in text fields, Num1 and Num2.The division of Num1 and Num2 is displayed in the result field when the divide button clicked. If Num1 or Num2 were not integer, the program would throw a NumberFormatException, If Num2 is Zero, and the program would throw an Athematic Exception. Display the Exception in message box.2)Write a Java Program that works as simple calculator .Use grid layout to arrange buttons for the digits and for the +,-,*,% operations .Add text field to display the results, Handle any possible exceptions like divide by zero.6)Write a JAVA Program that Connects to database using JDBC does add,delete,modify and retrieve operations.
0 comments:
Post a Comment