Slip No 21 Q B
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 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).
Write a Java program to check whether given file is present on server or not, if it is there then
Write a java program to accept a String from user and display each vowel from a String after 3 seconds.