Archive for j2ee important questions
You are browsing the archives of j2ee important questions.
You are browsing the archives of j2ee important questions.
251. What is renderer
A Java class that can render the output for a set of JavaServer Faces UI components.
252. What is request-response messaging
A method of messaging that includes blocking until a response is received.
253. What is resource adapter
A system-level software driver that is used by an EJB container or an [...]
201. What is normalization
The process of removing redundancy by modularizing, as with broutines, and of removing superfluous differences by reducing them to a common denominator. For example, line endings from different systems are normalized by reducing them to a single new line, and multiple whitespace characters are normalized to one space.
202. What is [...]
151. What is JavaServer Pages Standard Tag Library (JSTL)
A tag library that encapsulates core functionality common to many JSP applications. JSTL has support for common, structural tasks such as iteration and conditionals, tags for manipulating XML documents, internationalization and locale-specific formatting tags, SQL tags, and functions.
152. What is JAXR client
A client [...]
101. 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.
102. What is general entity
An entity that is referenced as part of an XML document’s [...]
61. What is declaration
The very first thing in an XML document, which declares it as XML. The minimal declaration is . The declaration is part of the document prolog.
62. What is declarative security
Mechanisms used in an application that are expressed in a declarative syntax in a deployment descriptor.
63. What is delegation [...]
1.What is J2EE?
J2EE is an environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces (APIs), and protocols that provide the functionality for developing multitiered, web-based applications.
2. What is the J2EE module?
A J2EE module consists of one or more J2EE components for the [...]