<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Interview Questions &#187; J2EE Interview Question</title>
	<atom:link href="http://www.bestjavainterviewquestions.com/category/j2ee-interview-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestjavainterviewquestions.com</link>
	<description>Java Interview Questions &#124; Core Java Interview Questions &#124; Advanced Java Interview Questions &#124; EJB Interview Questions &#124; J2EE Interview Questions &#124; Hibernate Interview Questions</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>J2EE Interview Questions</title>
		<link>http://www.bestjavainterviewquestions.com/j2ee-interview-questions-3/</link>
		<comments>http://www.bestjavainterviewquestions.com/j2ee-interview-questions-3/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:53:16 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[J2EE Interview Question]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[jax]]></category>
		<category><![CDATA[jms]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[jts]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=593</guid>
		<description><![CDATA[Q)  What is J2EE Rep) Java 2 Platform, Enterprise Edition. Q)   What is J2EE application Rep) Any deployable unit of J2EE functionality. This can be a single J2EE module or a group of modules packaged into an EAR file along with a J2EE application deployment descriptor. J2EE applications are typically engineered to be distributed across [...]]]></description>
			<content:encoded><![CDATA[<p><strong> Q)  What is J2EE </strong></p>
<p><strong>Rep) </strong> Java 2 Platform, Enterprise Edition.</p>
<p><strong>Q)   What is J2EE application</strong></p>
<p><strong>Rep) </strong>Any deployable unit of J2EE functionality. This can be<br />
a single J2EE module or a group of modules packaged<br />
into an EAR file along with a J2EE application<br />
deployment descriptor. J2EE applications are typically<br />
engineered to be distributed across multiple computing<br />
tiers.</p>
<p><strong>Q)  What is J2EE component</strong></p>
<p><strong>Rep) </strong>A self-contained functional software unit supported by<br />
a container and configurable at deployment time. The<br />
J2EE specification defines the following J2EE<br />
components: Application clients and applets are<br />
components that run on the client. Java servlet and<br />
JavaServer Pages (JSP) technology components are Web<br />
components that run on the server. Enterprise<br />
JavaBeans (EJB) components (enterprise beans) are<br />
business components that run on the server. J2EE<br />
components are written in the Java programming<br />
language and are compiled in the same way as any<br />
program in the language. The difference between J2EE<br />
components and &#8220;standard&#8221; Java classes is that J2EE<br />
components are assembled into a J2EE application,<br />
verified to be well formed and in compliance with the<br />
J2EE specification, and deployed to production, where<br />
they are run and managed by the J2EE server or client<br />
container.</p>
<p><strong>Q)  What is J2EE module</strong></p>
<p><strong>Rep) </strong>A software unit that consists of one or more J2EE<br />
components of the same container type and one<br />
deployment descriptor of that type. There are four<br />
types of modules: EJB, Web, application client, and<br />
resource adapter. Modules can be deployed as<br />
stand-alone units or can be assembled into a J2EE<br />
application.</p>
<p><strong>Q)  What is J2EE product</strong></p>
<p><strong>Rep) </strong>An implementation that conforms to the J2EE platform<br />
specification.</p>
<p><strong>Q)   What is J2EE product provider</strong></p>
<p><strong>Rep) </strong>A vendor that supplies a J2EE product.</p>
<p><strong>Q)  What is J2EE server</strong></p>
<p><strong>Rep)</strong> The runtime portion of a J2EE product. A J2EE server<br />
provides EJB or Web containers or both.</p>
<p><strong>Q)   What is J2ME</strong></p>
<p><strong>Rep) </strong>Abbreviate of Java 2 Platform, Micro Edition.<br />
<strong><br />
Q)  What is J2SE</strong></p>
<p><strong>Rep) </strong>Abbreviate of Java 2 Platform, Standard Edition.</p>
<p><strong>Q)  What is JAR</strong></p>
<p><strong>Rep) </strong>Java archive. A platform-independent file format that<br />
permits many files to be aggregated into one file.</p>
<p><strong>Q)   What is Java 2 Platform, Enterprise Edition(J2EE)</strong></p>
<p><strong>Rep) </strong>An environment for developing and deploying enterprise<br />
applications. The J2EE platform consists of a set of<br />
services, application programming interfaces (APIs),<br />
and protocols that provide the functionality for<br />
developing multitiered, Web-based applications.<br />
<strong><br />
Q)  What is Java 2 Platform, Micro Edition (J2ME)</strong></p>
<p><strong>Rep) </strong>A highly optimized Java runtime environment targeting<br />
a wide range of consumer products, including pagers,<br />
cellular phones, screen phones, digital set-top boxes,<br />
and car navigation systems.</p>
<p><strong>Q)  What is Java 2 Platform, Standard Edition (J2SE)</strong></p>
<p><strong>Rep) </strong>The core Java technology platform.</p>
<p><strong>Q)  What is Java API for XML Processing (JAXP)</strong></p>
<p><strong>Rep) </strong>An API for processing XML documents. JAXP leverages<br />
the parser standards SAX and DOM so that you can<br />
choose to parse your data as a stream of events or to<br />
build a tree-structured representation of it. JAXP<br />
supports the XSLT standard, giving you control over<br />
the presentation of the data and enabling you to<br />
convert the data to other XML documents or to other<br />
formats, such as HTML. JAXP provides namespace<br />
support, allowing you to work with schema that might<br />
otherwise have naming conflicts.</p>
<p><strong>Q)  What is Java API for XML Registries (JAXR)</strong></p>
<p><strong>Rep)</strong> An API for accessing various kinds of XML registries.</p>
<p><strong>Q)  What is Java API for XML-based RPC (JAX-RPC)</strong></p>
<p><strong>Rep)</strong> An API for building Web services and clients that use<br />
remote procedure calls and XML</p>
<p><strong>Q)   What is Java IDL</strong></p>
<p><strong>Rep) </strong>A technology that provides CORBA interoperability and<br />
connectivity capabilities for the J2EE platform. These<br />
capabilities enable J2EE applications to invoke<br />
operations on remote network services using the Object<br />
Management Group IDL and IIOP.</p>
<p><strong>Q)  What is Java Message Service (JMS)</strong></p>
<p><strong>Rep)</strong> An API for invoking operations on enterprise messaging<br />
systems.</p>
<p><strong>Q)  What is Java Naming and Directory Interface (JNDI)</strong></p>
<p><strong>Rep) </strong>An API that provides naming and directory<br />
functionality.</p>
<p><strong>Q)   What is Java Secure Socket Extension (JSSE)</strong></p>
<p><strong>Rep) </strong>A set of packages that enable secure Internet<br />
communications.</p>
<p><strong>Q)   What is Java Transaction API (JTA)</strong></p>
<p><strong>Rep)</strong> An API that allows applications and J2EE servers to<br />
access transactions.</p>
<p><strong>Q)  What is Java Transaction Service (JTS)</strong></p>
<p><strong>Rep)</strong> Specifies the implementation of a transaction manager<br />
that supports JTA and implements the Java mapping of<br />
the Object Management Group Object Transaction Service<br />
1.1 specification at the level below the API.</p>
<p><strong>Q)  What is JavaBeans component</strong></p>
<p><strong>Rep) </strong>A Java class that can be manipulated by tools and<br />
composed into applications. A JavaBeans component must<br />
adhere to certain property and event interface<br />
conventions.<br />
<strong><br />
Q)  What is JavaMail</strong></p>
<p><strong>Rep) </strong>An API for sending and receiving email.</p>
<p><strong>Q)   What is JavaServer Faces Technology </strong></p>
<p><strong>Rep) </strong>A framework for building server-side user interfaces<br />
for Web applications written in the Java programming<br />
language.</p>
<p><strong>Q)  What is JavaServer Faces conversion model</strong></p>
<p><strong>Rep)</strong> A mechanism for converting between string-based markup<br />
generated by JavaServer Faces UI components and<br />
server-side Java objects.</p>
<p><strong>Q)  What is JavaServer Faces event and listener model</strong></p>
<p><strong>Rep) </strong>A mechanism for determining how events emitted by<br />
JavaServer Faces UI components are handled. This model<br />
is based on the JavaBeans component event and listener<br />
model.</p>
<p><strong>Q)  What is JavaServer Faces _expression language</strong></p>
<p><strong>Rep) </strong>A simple _expression language used by a JavaServer<br />
Faces UI component tag attributes to bind the<br />
associated component to a bean property or to bind the<br />
associated component&#8217;s value to a method or an<br />
external data source, such as a bean property. Unlike<br />
JSP EL expressions, JavaServer Faces EL expressions<br />
are evaluated by the JavaServer Faces implementation<br />
rather than by the Web container.</p>
<p><strong>Q)  What is JavaServer Faces navigation model</strong></p>
<p><strong>Rep)</strong> A mechanism for defining the sequence in which pages<br />
in a JavaServer Faces application are displayed.</p>
<p><strong>Q)  What is JavaServer Faces UI component</strong></p>
<p><strong>Rep)</strong> A user interface control that outputs data to a client<br />
or allows a user to input data to a JavaServer Faces<br />
application.</p>
<p><strong>Q)  What is JavaServer Faces UI component class</strong></p>
<p><strong>Rep) </strong>A JavaServer Faces class that defines the behavior and<br />
properties of a JavaServer Faces UI component.</p>
<p><strong>Q)  What is JavaServer Faces validation model</strong></p>
<p><strong>Rep) </strong>A mechanism for validating the data a user inputs to a<br />
JavaServer Faces UI component.</p>
<p><strong>Q)  What is JavaServer Pages (JSP)</strong></p>
<p><strong>Rep)</strong> An extensible Web technology that uses static data,<br />
JSP elements, and server-side Java objects to generate<br />
dynamic content for a client. Typically the static<br />
data is HTML or XML elements, and in many cases the<br />
client is a Web browser.</p>
<p><strong>Q)  What is JavaServer Pages Standard Tag Library(JSTL)</strong></p>
<p><strong>Rep) </strong>A tag library that encapsulates core functionality<br />
common to many JSP applications. JSTL has support for<br />
common, structural tasks such as iteration and<br />
conditionals, tags for manipulating XML documents,<br />
internationalization and locale-specific formatting<br />
tags, SQL tags, and functions.<br />
<strong><br />
Q)  What is JAXR client</strong></p>
<p><strong>Rep)</strong> A client program that uses the JAXR API to access a<br />
business registry via a JAXR provider.</p>
<h2  class="related_post_title">Related Post</h2><ul class="related_post"><li>June 23, 2008 -- <a href="http://www.bestjavainterviewquestions.com/19/" title="Java Basic Questions">Java Basic Questions</a> (1)</li><li>May 22, 2008 -- <a href="http://www.bestjavainterviewquestions.com/core-java-interview-questions/" title="Core Java Interview Questions">Core Java Interview Questions</a> (1)</li><li>May 22, 2008 -- <a href="http://www.bestjavainterviewquestions.com/basic-java-interview-question/" title="Basic Java Interview Question">Basic Java Interview Question</a> (1)</li><li>April 7, 2009 -- <a href="http://www.bestjavainterviewquestions.com/overview-of-servlets/" title="OVERVIEW OF SERVLETS">OVERVIEW OF SERVLETS</a> (0)</li><li>March 25, 2009 -- <a href="http://www.bestjavainterviewquestions.com/creating-a-stateful-session-bean/" title="Creating a Stateful session Bean">Creating a Stateful session Bean</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/j2ee-interview-questions-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Interview Questions</title>
		<link>http://www.bestjavainterviewquestions.com/java-interview-questions/</link>
		<comments>http://www.bestjavainterviewquestions.com/java-interview-questions/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 18:48:52 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[J2EE Interview Question]]></category>
		<category><![CDATA[cts]]></category>
		<category><![CDATA[delegation]]></category>
		<category><![CDATA[deployment descriptor]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[j2ee]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=574</guid>
		<description><![CDATA[Q) What is CTS Rep) Compatibility test suite. A suite of compatibility tests for verifying that a J2EE product complies with the J2EE platform specification. Q) What is data Rep) The contents of an element in an XML stream, generally used when the element does not contain any subelements. When it does, the term content [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Q) What is CTS</strong></p>
<p>Rep) Compatibility test suite. A suite of compatibility<br />
tests for verifying that a J2EE product complies with<br />
the J2EE platform specification.</p>
<p><strong>Q) What is data</strong></p>
<p>Rep) The contents of an element in an XML stream, generally<br />
used when the element does not contain any<br />
subelements. When it does, the term content is<br />
generally used. When the only text in an XML structure<br />
is contained in simple elements and when elements that<br />
have subelements have little or no data mixed in, then<br />
that structure is often thought of as XML data, as<br />
opposed to an XML document.</p>
<p><strong>Q) What is DDP</strong></p>
<p>Rep) Document-driven programming. The use of XML to define<br />
applications.</p>
<p><strong>Q) What is declaration</strong></p>
<p>Rep) The very first thing in an XML document, which<br />
declares it as XML. The minimal declaration is . The<br />
declaration is part of the document prolog.</p>
<p><strong>Q) What is declarative security</strong></p>
<p>Rep)Mechanisms used in an application that are expressed<br />
in a declarative syntax in a deployment descriptor.</p>
<p><strong>Q) What is delegation</strong></p>
<p>Rep) An act whereby one principal authorizes another<br />
principal to use its identity or privileges with some<br />
restrictions.</p>
<p><strong>Q) What is deployer</strong></p>
<p>Rep) A person who installs J2EE modules and applications<br />
into an operational environment.<br />
<strong><br />
Q) What is deployment</strong></p>
<p>Rep) The process whereby software is installed into an<br />
operational environment.</p>
<p><strong>Q) What is deployment descriptor</strong></p>
<p>Rep) An XML file provided with each module and J2EE<br />
application that describes how they should be<br />
deployed. The deployment descriptor directs a<br />
deployment tool to deploy a module or application with<br />
specific container options and describes specific<br />
configuration requirements that a deployer must<br />
resolve.</p>
<p><strong>Q) What is destination</strong></p>
<p>Rep) A JMS administered object that encapsulates the<br />
identity of a JMS queue or topic. See point-to-point<br />
messaging system, publish/subscribe messaging system.<br />
68. What is digest authentication</p>
<p>An authentication mechanism in which a Web application<br />
authenticates itself to a Web server by sending the<br />
server a message digest along with its HTTP request<br />
message. The digest is computed by employing a one-way<br />
hash algorithm to a concatenation of the HTTP request<br />
message and the client&#8217;s password. The digest is<br />
typically much smaller than the HTTP request and<br />
doesn&#8217;t contain the password.</p>
<p><strong>Q) What is distributed application</strong></p>
<p>Rep) An application made up of distinct components running<br />
in separate runtime environments, usually on different<br />
platforms connected via a network. Typical distributed<br />
applications are two-tier (client-server), three-tier<br />
(client-middleware-server), and multitier<br />
(client-multiple middleware-multiple servers).<br />
<strong><br />
Q) What is document</strong></p>
<p>Rep) In general, an XML structure in which one or more<br />
elements contains text intermixed with subelements.</p>
<p><strong>Q) What is Document Object Model</strong></p>
<p>Rep) An API for accessing and manipulating XML documents as<br />
tree structures. DOM provides platform-neutral,<br />
language-neutral interfaces that enables programs and<br />
scripts to dynamically access and modify content and<br />
structure in XML documents.<br />
<strong><br />
Q) What is document root</strong></p>
<p>Rep) The top-level directory of a WAR. The document root is<br />
where JSP pages, client-side classes and archives, and<br />
static Web resources are stored.</p>
<p><strong>Q) What is DTD</strong></p>
<p>Rep)Document type definition. An optional part of the XML<br />
document prolog, as specified by the XML standard. The<br />
DTD specifies constraints on the valid tags and tag<br />
sequences that can be in the document. The DTD has a<br />
number of shortcomings, however, and this has led to<br />
various schema proposals. For example, the DTD entry<br />
says that the XML element called username contains<br />
parsed character data-that is, text alone, with no<br />
other structural elements under it. The DTD includes<br />
both the local subset, defined in the current file,<br />
and the external subset, which consists of the<br />
definitions contained in external DTD files that are<br />
referenced in the local subset using a parameter<br />
entity.<br />
<strong><br />
Q) What is durable subscription</strong></p>
<p>Rep)In a JMS publish/subscribe messaging system, a<br />
subscription that continues to exist whether or not<br />
there is a current active subscriber object. If there<br />
is no active subscriber, the JMS provider retains the<br />
subscription&#8217;s messages until they are received by the<br />
subscription or until they expire.</p>
<p><strong>Q) What is ebXML</strong></p>
<p>Rep)Electronic Business XML. A group of specifications<br />
designed to enable enterprises to conduct business<br />
through the exchange of XML-based messages. It is<br />
sponsored by OASIS and the United Nations Centre for<br />
the Facilitation of Procedures and Practices in<br />
Administration, Commerce and Transport (U.N./CEFACT).</p>
<h2  class="related_post_title">Related Post</h2><ul class="related_post"><li>April 7, 2009 -- <a href="http://www.bestjavainterviewquestions.com/j2ee-interview-questions-3/" title="J2EE Interview Questions">J2EE Interview Questions</a> (0)</li><li>April 7, 2009 -- <a href="http://www.bestjavainterviewquestions.com/overview-of-servlets/" title="OVERVIEW OF SERVLETS">OVERVIEW OF SERVLETS</a> (0)</li><li>April 4, 2009 -- <a href="http://www.bestjavainterviewquestions.com/j2ee-interview-questions-2/" title="J2EE Interview Questions">J2EE Interview Questions</a> (0)</li><li>March 29, 2009 -- <a href="http://www.bestjavainterviewquestions.com/j2ee-interview-questions/" title="J2EE Interview Questions">J2EE Interview Questions</a> (0)</li><li>March 25, 2009 -- <a href="http://www.bestjavainterviewquestions.com/creating-a-stateful-session-bean/" title="Creating a Stateful session Bean">Creating a Stateful session Bean</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/java-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>J2EE Interview Questions</title>
		<link>http://www.bestjavainterviewquestions.com/j2ee-interview-questions-2/</link>
		<comments>http://www.bestjavainterviewquestions.com/j2ee-interview-questions-2/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 18:35:09 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[J2EE Interview Question]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[corba]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[j2ee questions]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=571</guid>
		<description><![CDATA[Q) What is authentication ? Rep) The process that verifies the identity of a user, device, or other entity in a computer system, usually as a prerequisite to allowing access to resources in a system. The Java servlet specification requires three types of authentication-basic, form-based, and mutual-and supports digest authentication. Q) What is authorization? Rep) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Q) What is authentication ?</strong></p>
<p><strong>Rep)</strong> The process that verifies the identity of a user,<br />
device, or other entity in a computer system, usually<br />
as a prerequisite to allowing access to resources in a<br />
system. The Java servlet specification requires three<br />
types of authentication-basic, form-based, and<br />
mutual-and supports digest authentication.</p>
<p><strong>Q) What is authorization?</strong></p>
<p><strong>Rep) </strong>The process by which access to a method or resource is<br />
determined. Authorization depends on the determination<br />
of whether the principal associated with a request<br />
through authentication is in a given security role. A<br />
security role is a logical grouping of users defined<br />
by the person who assembles the application. A<br />
deployer maps security roles to security identities.<br />
Security identities may be principals or groups in the<br />
operational environment.</p>
<p><strong>Q) What is authorization constraint</strong></p>
<p><strong>Rep)</strong> An authorization rule that determines who is permitted<br />
to access a Web resource collection.</p>
<p><strong>Q) What is B2B</strong></p>
<p><strong>Rep) </strong>B2B stands for Business-to-business.</p>
<p><strong>Q) What is backing bean</strong></p>
<p><strong>Rep) </strong>A JavaBeans component that corresponds to a JSP page<br />
that includes JavaServer Faces components. The backing<br />
bean defines properties for the components on the page<br />
and methods that perform processing for the component.<br />
This processing includes event handling, validation,<br />
and processing associated with navigation.</p>
<p><strong>Q) What is basic authentication</strong></p>
<p><strong>Rep) </strong>An authentication mechanism in which a Web server<br />
authenticates an entity via a user name and password<br />
obtained using the Web application&#8217;s built-in<br />
authentication mechanism.</p>
<p><strong>Q) What is business logic</strong></p>
<p><strong>Rep) </strong>The code that implements the functionality of an<br />
application. In the Enterprise JavaBeans architecture,<br />
this logic is implemented by the methods of an<br />
enterprise bean.</p>
<p><strong>Q) What is business method</strong></p>
<p><strong>Rep) </strong>A method of an enterprise bean that implements the<br />
business logic or rules of an application.</p>
<p><strong>Q) What is callback methods</strong></p>
<p><strong>Rep) </strong>Component methods called by the container to notify<br />
the component of important events in its life cycle.</p>
<p><strong>Q) What is caller</strong></p>
<p><strong>Rep) </strong>Same as caller principal.</p>
<p><strong>Q) What is caller principal</strong></p>
<p><strong>Rep) </strong>The principal that identifies the invoker of the<br />
enterprise bean method.</p>
<p><strong>Q) What is cascade delete</strong></p>
<p><strong>Rep) </strong> A deletion that triggers another deletion. A cascade<br />
delete can be specified for an entity bean that has<br />
container-managed persistence.</p>
<p><strong>Q) What is CDATA</strong></p>
<p><strong>Rep) </strong>A predefined XML tag for character data that means<br />
&#8220;don&#8217;t interpret these characters,&#8221; as opposed to<br />
parsed character data (PCDATA), in which the normal<br />
rules of XML syntax apply. CDATA sections are<br />
typically used to show examples of XML syntax.</p>
<p><strong>Q) What is certificate authority</strong></p>
<p><strong>Rep) </strong>A trusted organization that issues public key<br />
certificates and provides identification to the<br />
bearer.</p>
<p><strong>Q) What is client-certificate authentication</strong></p>
<p><strong>Rep) </strong>An authentication mechanism that uses HTTP over SSL,<br />
in which the server and, optionally, the client<br />
authenticate each other with a public key certificate<br />
that conforms to a standard that is defined by X.509<br />
Public Key Infrastructure.</p>
<p><strong>Q) What is comment</strong></p>
<p><strong>Rep) </strong>In an XML document, text that is ignored unless the<br />
parser is specifically told to recognize it.</p>
<p><strong>Q) What is commit</strong></p>
<p><strong>Rep)</strong> The point in a transaction when all updates to any<br />
resources involved in the transaction are made<br />
permanent.</p>
<p><strong>Q) What is component contract</strong></p>
<p><strong>Rep) </strong>The contract between a J2EE component and its<br />
container. The contract includes life-cycle management<br />
of the component, a context interface that the<br />
instance uses to obtain various information and<br />
services from its container, and a list of services<br />
that every container must provide for its components.</p>
<p><strong>Q) What is component-managed sign-on</strong></p>
<p><strong>Rep) </strong>A mechanism whereby security information needed for<br />
signing on to a resource is provided by an application<br />
component.</p>
<p><strong>Q) What is connector</strong></p>
<p><strong>Rep) </strong>A standard extension mechanism for containers that<br />
provides connectivity to enterprise information<br />
systems. A connector is specific to an enterprise<br />
information system and consists of a resource adapter<br />
and application development tools for enterprise<br />
information system connectivity. The resource adapter<br />
is plugged in to a container through its support for<br />
system-level contracts defined in the Connector<br />
architecture.</p>
<p><strong>Q) What is Connector architecture</strong></p>
<p><strong>Rep) </strong>An architecture for integration of J2EE products with<br />
enterprise information systems. There are two parts to<br />
this architecture: a resource adapter provided by an<br />
enterprise information system vendor and the J2EE<br />
product that allows this resource adapter to plug in.<br />
This architecture defines a set of contracts that a<br />
resource adapter must support to plug in to a J2EE<br />
product-for example, transactions, security, and<br />
resource management.</p>
<p><strong>Q) What is context attribute</strong></p>
<p><strong>Rep) </strong>An object bound into the context associated with a<br />
servlet.</p>
<p><strong>Q) What is context root</strong></p>
<p><strong>Rep) </strong>A name that gets mapped to the document root of a Web<br />
application.</p>
<p><strong>Q) What is conversational state ?</strong></p>
<p><strong>Rep) </strong>The field values of a session bean plus the transitive<br />
closure of the objects reachable from the bean&#8217;s<br />
fields. The transitive closure of a bean is defined in<br />
terms of the serialization protocol for the Java<br />
programming language, that is, the fields that would<br />
be stored by serializing the bean instance.</p>
<p><strong>Q) What is CORBA</strong></p>
<p><strong>Rep) </strong>Common Object Request Broker Architecture. A<br />
language-independent distributed object model<br />
specified by the OMG.</p>
<p><strong>Q) What is create method</strong></p>
<p><strong>Rep) </strong>A method defined in the home interface and invoked by<br />
a client to create an enterprise bean.</p>
<p><strong>Q) What is credentials</strong></p>
<p><strong>Rep) </strong>The information describing the security attributes of<br />
a principal.</p>
<p><strong>Q) What is CSS</strong></p>
<p><strong>Rep) </strong>Cascading style sheet. A stylesheet used with HTML and<br />
XML documents to add a style to all elements marked<br />
with a particular tag, for the direction of browsers<br />
or other presentation mechanisms.</p>
<h2  class="related_post_title">Related Post</h2><ul class="related_post"><li>April 7, 2009 -- <a href="http://www.bestjavainterviewquestions.com/j2ee-interview-questions-3/" title="J2EE Interview Questions">J2EE Interview Questions</a> (0)</li><li>April 7, 2009 -- <a href="http://www.bestjavainterviewquestions.com/overview-of-servlets/" title="OVERVIEW OF SERVLETS">OVERVIEW OF SERVLETS</a> (0)</li><li>April 4, 2009 -- <a href="http://www.bestjavainterviewquestions.com/java-interview-questions/" title="Java Interview Questions">Java Interview Questions</a> (0)</li><li>March 29, 2009 -- <a href="http://www.bestjavainterviewquestions.com/j2ee-interview-questions/" title="J2EE Interview Questions">J2EE Interview Questions</a> (0)</li><li>March 25, 2009 -- <a href="http://www.bestjavainterviewquestions.com/creating-a-stateful-session-bean/" title="Creating a Stateful session Bean">Creating a Stateful session Bean</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/j2ee-interview-questions-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>J2EE Interview Questions</title>
		<link>http://www.bestjavainterviewquestions.com/j2ee-interview-questions/</link>
		<comments>http://www.bestjavainterviewquestions.com/j2ee-interview-questions/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 11:05:07 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[J2EE Interview Question]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[j2ee assembler]]></category>
		<category><![CDATA[j2ee interivew questionhs]]></category>
		<category><![CDATA[j2ee module]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=567</guid>
		<description><![CDATA[Q) What is J2EE? Rep) 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. Q) What is the J2EE module? Rep) A J2EE module consists of one or more J2EE [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Q) What is J2EE?</strong></p>
<p><strong>Rep)</strong> 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.</p>
<p><strong>Q) What is the J2EE module?</strong></p>
<p><strong>Rep)</strong> A J2EE module consists of one or more J2EE components for the same container type and one component deployment descriptor of that type.</p>
<p><strong>Q) What are the components of J2EE application?</strong></p>
<p><strong>Rep)</strong> J2EE component is a self-contained functional software unit that is assembled into a J2EE application with its related classes and files and communicates with other components. The J2EE specification defines the following J2EE components: Application clients and applets are client components. Java Servlet and JavaServer PagesTM (JSPTM) technology components are web components. Enterprise JavaBeansTM (EJBTM) components (enterprise beans) are business components. Resource adapter components provided by EIS and tool vendors.</p>
<p><strong>Q)What are the four types of J2EE modules?</strong></p>
<p><strong>Rep) </strong><br />
1. Application client module<br />
2. Web module<br />
3. Enterprise JavaBeans module<br />
4. Resource adapter module</p>
<p><strong>Q) What does application client module contain?</strong></p>
<p><strong>Rep)</strong> The application client module contains:</p>
<p>&#8211;class files,<br />
&#8211;an application client deployment descriptoor. Application client modules are packaged as JAR files with a .jar extension.</p>
<p><strong>Q) What is &#8220;application assembler&#8221; ?</strong></p>
<p><strong>Rep)</strong> A person who combines J2EE components and modules into deployable application units.</p>
<p><strong>Q) What is &#8220;application client&#8221; ?</strong></p>
<p><strong>Rep)</strong> A first-tier J2EE client component that executes in its own Java virtual machine. Application clients have access to some J2EE platform APIs.</p>
<p><strong>Q) What is &#8220;application client container&#8221; ?</strong></p>
<p><strong>Rep)</strong> A container that supports application client components.</p>
<p><strong>Q) What is &#8220;application client module&#8221; ?</strong></p>
<p><strong>Rep)</strong> A software unit that consists of one or more classes and an application client deployment descriptor.</p>
<p><strong>Q) What is &#8220;application component provider&#8221; ?</strong></p>
<p><strong>Rep)</strong> A vendor that provides the Java classes that implement components&#8217; methods, JSP page definitions, and any required deployment descriptors.</p>
<p><strong>Q) What is &#8220;application configuration resource file&#8221; ?</strong></p>
<p><strong>Rep)</strong>An XML file used to configure resources for a JavaServer Faces application, to define navigationrules for the application, and to register converters,validators, listeners, renderers, and components with the application.</p>
<p><strong>Q) What is &#8220;archiving&#8221;</strong></p>
<p><strong>Rep) </strong>The process of saving the state of an object and<br />
restoring it.</p>
<p><strong>Q) What is &#8220;asant&#8221; ?</strong></p>
<p><strong>ReP) </strong>A Java-based build tool that can be extended using Java classes. The configuration files are XML-based,calling out a target tree where various tasks get executed.</p>
<p><strong>Q) What is &#8220;attribute&#8221; What is &#8220;asant&#8221; ?</strong></p>
<p><strong>Rep)</strong> A qualifier on an XML tag that provides additional information. with the application.</p>
<p><strong>Q) What is &#8220;archiving&#8221; ?</strong></p>
<p><strong>Rep)</strong>The process of saving the state of an object and<br />
restoring it.</p>
<p><strong>Q) What is &#8220;asant&#8221;</strong></p>
<p><strong>Rep)</strong> A Java-based build tool that can be extended using Java classes. The configuration files are XML-based,calling out a target tree where various tasks get executed.<br />
<strong><br />
Q) What is &#8220;attribute&#8221;What is &#8220;asant&#8221; ?</strong></p>
<p><strong>Rep) </strong>A qualifier on an XML tag that provides additional information.</p>
<h2  class="related_post_title">Related Post</h2><ul class="related_post"><li>April 7, 2009 -- <a href="http://www.bestjavainterviewquestions.com/overview-of-servlets/" title="OVERVIEW OF SERVLETS">OVERVIEW OF SERVLETS</a> (0)</li><li>March 25, 2009 -- <a href="http://www.bestjavainterviewquestions.com/creating-a-stateful-session-bean/" title="Creating a Stateful session Bean">Creating a Stateful session Bean</a> (1)</li><li>March 24, 2009 -- <a href="http://www.bestjavainterviewquestions.com/define-hashset-class/" title="Define HashSet Class">Define HashSet Class</a> (0)</li><li>March 20, 2009 -- <a href="http://www.bestjavainterviewquestions.com/life-cycle-of-stateless-session-bean/" title="Life Cycle of stateless session bean">Life Cycle of stateless session bean</a> (0)</li><li>February 15, 2009 -- <a href="http://www.bestjavainterviewquestions.com/providing-current-date-and-time-using-stateless-session-bean/" title="Providing current date and time using Stateless session bean">Providing current date and time using Stateless session bean</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/j2ee-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

