J2EE

  Home  Java Programing  J2EE


“J2EE Interview Questions and Answers will guide us now that Java Platform, Enterprise Edition or Java EE is a widely used platform for server programming in the Java programming language. The Java platform (Enterprise Edition) differs from the Java Standard Edition Platform (Java SE) in that it adds libraries which provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, so learn J2EE with the help of this J2EE Interview Questions with Answers guide”



112 J2EE Questions And Answers

21⟩ What is EJB module?

A deployable unit that consists of one or more enterprise beans and an EJB deployment descriptor.

 196 views

22⟩ What is enterprise bean?

A J2EE component that implements a business task or business entity and is hosted by an EJB container; either an entity bean, a session bean, or a message-driven bean.

 181 views

23⟩ What is Enterprise JavaBeans (EJB)?

A component architecture for the development and deployment of object-oriented, distributed, enterprise-level applications. Applications written using the Enterprise JavaBeans architecture are scalable, transactional, and secure.

 196 views

25⟩ What is general entity?

An entity that is referenced as part of an XML document's content, as distinct from a parameter entity, which is referenced in the DTD. A general entity can be a parsed entity or an unparsed entity.

 189 views

28⟩ What is home interface?

One of two interfaces for an enterprise bean. The home interface defines zero or more methods for managing an enterprise bean. The home interface of a session bean defines create and remove methods, whereas the home interface of an entity bean defines create, finder, and remove methods.

 189 views

29⟩ What is ISO 3166?

The international standard for country codes maintained by the International Organization for Standardization (ISO).

 183 views

30⟩ What is home handle?

An object that can be used to obtain a reference to the home interface. A home handle can be serialized and written to stable storage and deserialized to obtain the reference.

 191 views

31⟩ What is fatal error?

A fatal error occurs in the SAX parser when a document is not well formed or otherwise cannot be processed. See also error, warning.

 191 views

32⟩ What is form-based authentication?

An authentication mechanism in which a Web container provides an application-specific form for logging in. This form of authentication uses Base64 encoding and can expose user names and passwords unless all connections are over SSL.

 182 views

33⟩ What is filter chain?

A concatenation of XSLT transformations in which the output of one transformation becomes the input of the next.

 175 views

34⟩ What is enterprise information system resource?

An entity that provides enterprise information system-specific functionality to its clients. Examples are a record or set of records in a database system, a business object in an enterprise resource planning system, and a transaction program in a transaction processing system.

 181 views

35⟩ What is external entity?

An entity that exists as an external XML file, which is included in the XML document using an entity reference.

 181 views

39⟩ What is document root?

The top-level directory of a WAR. The document root is where JSP pages, client-side classes and archives, and static Web resources are stored.

 173 views

40⟩ What is durable subscription?

In a JMS publish/subscribe messaging system, a subscription that continues to exist whether or not there is a current active subscriber object. If there is no active subscriber, the JMS provider retains the subscription's messages until they are received by the subscription or until they expire.

 161 views