J2EE Programming

Jakarta EE is a set of specifications that enables the world wide community of java Createers to work on cloud native java enterprise applications. The specifications are Createed by well known industry leaders that instills confidence in technology Createers and consumers.Jakarta EE specifications are either grouped into a platform specification (Full or Web Platform) or can be an individual specification.

Source : Jakarta EE

Hands On Tutorials

J2EE Assignment

Question Bank

Q : 1 Write a short note on Servlet Life Cycle
Q : 2 Write a short note on Deployment Descriptor
Q : 3 Explain various types of JDBC Drivers
Q : 4 Explain various types of Applications(Tierwise)
Q : 5 Write a short note on important Classes of Generic/HTTP Servlet
Q : 6 Explain the concept of connection pooling
Q : 7 Differentiate : createStatement v/s preparedStatement
Q : 8 Explain : Dependency Injection and Inversion of Control in Spring
Q : 9 Write a short note on implicit objects of JSP
Q : 10 Write a short note on standard action elements of JSP
Q : 11 Explain different modules of Spring framework in detail.
Q : 12 Explain the concept of Object Relational Mapping.
Q : 13 Give any three names of Database which are supported by Hibernate
Q : 14 Explain the architecture of Hibernate in detail.
Q : 15 List all the Collections of Spring framework.
Q : 16 Differentiate : <jsp:include> v/s  <jsp:forward>
Q : 17 Differentiate : <jsp:include> v/s  include directive
Q : 18 Explain page directive with example.
Q : 19 Explain different scopes : session, application,page

Source Code

Q : 1 To Print Student Marksheet and store data in multiple tables : Click Here