Slip No 22 Q A
Write a java program to display Date and Time of Server machine on client machine. Server.java Client.java
Write a java program to display Date and Time of Server machine on client machine. Server.java Client.java
Write a SERVLET program in java to accept details of student (SeatNo,Stud_Name, Class, Total_Marks). Calculate percentage and grade obtained and
Write a JDBC program to delete the details of given employee (ENo EName Salary). Accept employee ID through command line.
Write a Java program to display first record from student table (rno, sname, per) onto the TextFields by clicking on
Write a JSP program which accept UserName in a TextBox and greets the user according to the time on server
Write a java program for simple standalone chatting application. ChatServer.java ChatClient.java
Write a java program to calculate factorial of a number. (Use sleep () method).