What technologies are included in J2EE?


The main technologies in J2EE are: Enterprise JavaBeansTM (EJBsTM), JavaServer PagesTM (JSPsTM), Java Servlets, the Java Naming and Directory InterfaceTM (JNDITM), the Java Transaction API (JTA), CORBA, and the JDBCTM data access API.



Explore posts in the same categories: EJB Interview Questions, J2EE Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is J2EE application
  • Any deployable unit of J2EE functionality. This can be a single J2EE module or a group of modules packaged into...
  • What are the components of J2EE application?
  • A J2EE component is a self-contained functional software unit that is assembled into a J2EE application with its related classes...
  • What is JMS?
  • JMS is an acronym used for Java Messaging Service. It is Java's answer to creating software using asynchronous messaging. It...
  • What is JMS?
  • JMS is an acronym used for Java Messaging Service. It is Java's answer to creating software using asynchronous messaging. It...
  • What is difference between J2EE 1.3 and J2EE 1.4?
  • J2EE 1.4 is an enhancement version of J2EE 1.3. It is the most complete Web services platform ever. J2EE 1.4 includes: *Java...
  • What is J2EE component
  • A self-contained functional software unit supported by a container and configurable at deployment time. The J2EE specification defines the following...
  • How do we package J2EE components?
  • J2EE components are packaged separately and bundled into a J2EE application for deployment. Each component, its related files such as...
  • What is EJB role in J2EE?
  • EJB technology is the core of J2EE. It enables developers to write reusable and portable server-side business logic for the...
  • What is the difference between and <%@ include file = ... >?
  • Both the tag includes the information from one page in another. The differences are as follows: : This is like a...
  • What makes J2EE suitable for distributed multitiered Applications?
  • The J2EE platform uses a multitiered distributed application model. Application logic is divided into components according to function, and the...

    Comment:

    You must be logged in to post a comment.