0% found this document useful (0 votes)
55 views1 page

J2EE

The document outlines 14 tasks related to developing Java applications using various technologies: 1. Developing a Java program to insert and retrieve student data from a database. 2. Creating a Java servlet to accept user credentials via HTML and display them. 3. Using the RequestDispatcher object in a Java servlet program. 4. Implementing get and post methods in a Java servlet program. 5. Using the sendRedirect method in a Java servlet. 6. Implementing sessions in a Java servlet program.

Uploaded by

D_SAMI09
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views1 page

J2EE

The document outlines 14 tasks related to developing Java applications using various technologies: 1. Developing a Java program to insert and retrieve student data from a database. 2. Creating a Java servlet to accept user credentials via HTML and display them. 3. Using the RequestDispatcher object in a Java servlet program. 4. Implementing get and post methods in a Java servlet program. 5. Using the sendRedirect method in a Java servlet. 6. Implementing sessions in a Java servlet program.

Uploaded by

D_SAMI09
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

J2EE

Sl. No . 1 Date INDEX Write a JAVA program to insert data into student database and retrieve information based on particular queries. Write a JAVA servlet program to implement a dynamic HTML using Servlet (user name and password should be accepted using HTML and displayed using a servlet). Write a JAVA servlet program to implement a dynamic HTML using Servlet (user name and password should be accepted using HTML and displayed using a servlet). Write a JAVA Servlet program to implement Pag e No. Mark s Signatu re

Request Dispatcher object (use include() and forward() methods).


5 6 7 8 Write a JAVA Servlet program to implement and demonst -rate get() and post() methods (using a JAVA Servlet program to implement Write HTTPServlet class). sendRedirect() method (using HTTP servlet class) a JAVA Servlet program to implement Write sessions (using HTTP Session Interface). A. Write a JAVA JSP program to print 10 even and 10 odd number. B. Write a JAVA JSP program to implement verification of a particular user login and display a welcome page. to get student Write a JAVA JSP program information through a HTML and a JAVA bean class, populate bean and display the information through another JSP.uses Write a JAVA JSP program which <jsp:plugin> tag to run a applet. Write a JAVA JSP program which implements nested tags and also uses TagSupport class. An EJB application that demonstrates Session Bean. application that demonstrates Entity An EJB Bean. application that demonstrates MDB. An EJB

9 10 11 12 13 14

You might also like