ADV. JAVA



SLIP 1





SLIP 2


A) Write a jsp program to check whether given number is Perfect or not. (Use Include directive).





SLIP 4


A) Write a Java Program to delete details of students whose initial character of their name is ‘S’.

B) Write a SERVLET program that provides information about a HTTP request from a client, such as IP address and browser type. The servlet also provides information about the server on which the servlet is running, such as the operating system type, and the names of currently loaded servlets.



SLIP 7


A) Write a JSP script to validate given E-Mail ID.

SLIP 13



B)Write a JSP program to display the details of College (CollegeID, Coll_Name, Address) in tabular form on browser.


SLIP 14


A) Write a JSP program to accept Name and Age of Voter and check whether he is eligible for voting or not.


SLIP 20


B) Write a java program in multithreading using applet for drawing temple


No comments:

Post a Comment

Write a Java program to display given extension files from a specific directory on server machine.

 DOWNLOAD     SLIP14Q2 /** * STEPS TO RUN CODE * Step 01 compile the code * Step 02 run the code * Step 03 give a file directory locatio...