<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://www.javaqueries.org/rss.xml.html</link>
			<description></description>
			<language>en</language>
			<copyright>Java Queries 2006</copyright>
			<ttl>120</ttl>
			<item>
				<title>J2EE Interview Questions</title>
				<link>http://www.javaqueries.org/interview-questions/j2ee-interview-questions.html</link>
				<description><![CDATA[ <div class="left_articles">
<div class="buttons"><a href="interview-questions/j2ee-interview-questions/what-is-the-difference-between-a-web-server-and-an-application-server.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/j2ee-interview-questions/what-is-the-difference-between-a-web-server-and-an-application-server.html&amp;title=What is the difference between a Web server and an application server?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Sep <br> 2008</p></div>
<h2><a href="interview-questions/j2ee-interview-questions/what-is-the-difference-between-a-web-server-and-an-application-server.html"  title="">What is the difference between a Web server and an application server?</a></h2>
<p class="description"></p>
<p><p>
<strong>Web Server</strong><br>
Supports HTTP protocol.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/j2ee-interview-questions/what-are-ear-war-and-jar-files-what-are-j2ee-deployment-descriptors.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/j2ee-interview-questions/what-are-ear-war-and-jar-files-what-are-j2ee-deployment-descriptors.html&amp;title=What are ear, war and jar files? What are J2EE Deployment Descriptors?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Sep <br> 2008</p></div>
<h2><a href="interview-questions/j2ee-interview-questions/what-are-ear-war-and-jar-files-what-are-j2ee-deployment-descriptors.html"  title="">What are ear, war and jar files? What are J2EE Deployment Descriptors?</a></h2>
<p class="description"></p>
<p><p>
ear, war and jar are standard application deployment archive files. Since they are a standard, any application
server will know how to unpack and deploy them.
</p>
<p>
An EAR file is a standard JAR file with an ".ear" extension, named from Enterprise Archive file.</p></p>
</div>

  ]]></description>
				<pubDate>Mon, 01 Sep 2008 00:28:21 -0600</pubDate>
				<guid isPermaLink="false">http://www.javaqueries.org/interview-questions/j2ee-interview-questions.html</guid>
				<dc:creator>Built-in Administration account</dc:creator>
				None
			</item>
		
			<item>
				<title>Core Java Interview Questions</title>
				<link>http://www.javaqueries.org/interview-questions/core-java-interview-questions.html</link>
				<description><![CDATA[ <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/what-is-a-tasks-priority-and-how-is-it-used-in-scheduling.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/what-is-a-tasks-priority-and-how-is-it-used-in-scheduling.html&amp;title=What is a task's priority and how is it used in scheduling?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/what-is-a-tasks-priority-and-how-is-it-used-in-scheduling.html"  title="">What is a task's priority and how is it used in scheduling?</a></h2>
<p class="description"></p>
<p>A task's priority is an integer value that identifies the relative order in which it should be
executed with respect to other tasks. The scheduler attempts to schedule higher priority
tasks before lower priority tasks.</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/what-is-the-catch-or-declare-rule-for-method-declarations.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/what-is-the-catch-or-declare-rule-for-method-declarations.html&amp;title=What is the catch or declare rule for method declarations?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/what-is-the-catch-or-declare-rule-for-method-declarations.html"  title="">What is the catch or declare rule for method declarations?</a></h2>
<p class="description"></p>
<p>If a checked exception may be thrown within the body of a method, the method must
either catch the exception or declare it in its throws clause.</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/what-are-order-of-precedence-and-associativity-and-how-are-they-used.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/what-are-order-of-precedence-and-associativity-and-how-are-they-used.html&amp;title=What are order of precedence and associativity, and how are they used?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/what-are-order-of-precedence-and-associativity-and-how-are-they-used.html"  title="">What are order of precedence and associativity, and how are they used?</a></h2>
<p class="description"></p>
<p>Order of precedence determines the order in which operators are evaluated in
expressions. Associatity determines whether an expression is evaluated left-to-right or
right-to-left</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/what-is-a-native-method.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/what-is-a-native-method.html&amp;title=What is a native method?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/what-is-a-native-method.html"  title="">What is a native method?</a></h2>
<p class="description"></p>
<p>A native method is a method that is implemented in a language other than Java.</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/what-is-the-difference-between-preemptive-scheduling-and-time-slicing.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/what-is-the-difference-between-preemptive-scheduling-and-time-slicing.html&amp;title=What is the difference between preemptive scheduling and time slicing?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/what-is-the-difference-between-preemptive-scheduling-and-time-slicing.html"  title="">What is the difference between preemptive scheduling and time slicing?</a></h2>
<p class="description"></p>
<p>Under preemptive scheduling, the highest priority task executes until it enters the waiting
or dead states or a higher priority task comes into existence. Under time slicing, a task
executes for a predefined slice of time and then reenters the pool of ready tasks.</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/what-restrictions-are-placed-on-the-location-of-a-package-statement-within-a-source-code-file.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/what-restrictions-are-placed-on-the-location-of-a-package-statement-within-a-source-code-file.html&amp;title=What restrictions are placed on the location of a package statement within a source code file?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/what-restrictions-are-placed-on-the-location-of-a-package-statement-within-a-source-code-file.html"  title="">What restrictions are placed on the location of a package statement within a source code file?</a></h2>
<p class="description"></p>
<p>A package statement must appear as the first line in a source code file (excluding blank
lines and comments).</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/does-garbage-collection-guarantee-that-a-program-will-not-run-out-of-memory.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/does-garbage-collection-guarantee-that-a-program-will-not-run-out-of-memory.html&amp;title=Does garbage collection guarantee that a program will not run out of memory?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/does-garbage-collection-guarantee-that-a-program-will-not-run-out-of-memory.html"  title="">Does garbage collection guarantee that a program will not run out of memory?</a></h2>
<p class="description"></p>
<p>Garbage collection does not guarantee that a program will not run out of memory. It is
possible for programs to use up memory resources faster than they are garbage collected.
It is also possible for programs to create objects that are not subject to garbage collection</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/what-are-wrapped-classes.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/what-are-wrapped-classes.html&amp;title=What are wrapped classes?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/what-are-wrapped-classes.html"  title="">What are wrapped classes?</a></h2>
<p class="description"></p>
<p>Wrapped classes are classes that allow primitive types to be accessed as objects.</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/which-java.util-classes-and-interfaces-support-event-handling.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/which-java.util-classes-and-interfaces-support-event-handling.html&amp;title=Which java.util classes and interfaces support event handling?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/which-java.util-classes-and-interfaces-support-event-handling.html"  title="">Which java.util classes and interfaces support event handling?</a></h2>
<p class="description"></p>
<p>The EventObject class and the EventListener interface support event processing.</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/core-java-interview-questions/what-is-the-difference-between-yielding-and-sleeping.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/core-java-interview-questions/what-is-the-difference-between-yielding-and-sleeping.html&amp;title=What is the difference between yielding and sleeping?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Feb <br> 2008</p></div>
<h2><a href="interview-questions/core-java-interview-questions/what-is-the-difference-between-yielding-and-sleeping.html"  title="">What is the difference between yielding and sleeping?</a></h2>
<p class="description"></p>
<p>When a task invokes its yield() method, it returns to the ready state. When a task invokes
its sleep() method, it returns to the waiting state.</p>
</div>

  ]]></description>
				<pubDate>Wed, 11 Jul 2007 00:45:39 -0600</pubDate>
				<guid isPermaLink="false">http://www.javaqueries.org/interview-questions/core-java-interview-questions.html</guid>
				<dc:creator>Built-in Administration account</dc:creator>
				None
			</item>
		
			<item>
				<title>EJB Interview Questions</title>
				<link>http://www.javaqueries.org/interview-questions/ejb-interview-questions.html</link>
				<description><![CDATA[ <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/what-are-transactional-attributes.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/what-are-transactional-attributes.html&amp;title=What are transactional attributes?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Apr <br> 2008</p></div>
<h2><a href="interview-questions/ejb-interview-questions/what-are-transactional-attributes.html"  title="">What are transactional attributes?</a></h2>
<p class="description"></p>
<p><p>
EJB transactions are a set of mechanisms and concepts, which insures the integrity and consistency of the
database when multiple clients try to read/update the database simultaneously.
</p>
<p>
Transaction attributes are defined at different levels like EJB (or class), a method within a class or segment of a
code withi</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/what-are-the-implicit-services-provide-by-an-ejb-container.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/what-are-the-implicit-services-provide-by-an-ejb-container.html&amp;title=What are the implicit services provide by an EJB container?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Apr <br> 2008</p></div>
<h2><a href="interview-questions/ejb-interview-questions/what-are-the-implicit-services-provide-by-an-ejb-container.html"  title="">What are the implicit services provide by an EJB container?</a></h2>
<p class="description"></p>
<p><p>
<strong>Lifecycle Management:</strong> Individual enterprise beans do not need to explicitly manage process allocation,<br />
thread management, object activation, or object destruction.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/how-does-an-ejb-interact-with-its-container-and-what-are-the-call-back-methods-in-entity-beans.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/how-does-an-ejb-interact-with-its-container-and-what-are-the-call-back-methods-in-entity-beans.html&amp;title=How does an EJB interact with its container and what are the call-back methods in entity beans?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Apr <br> 2008</p></div>
<h2><a href="interview-questions/ejb-interview-questions/how-does-an-ejb-interact-with-its-container-and-what-are-the-call-back-methods-in-entity-beans.html"  title="">How does an EJB interact with its container and what are the call-back methods in entity beans?</a></h2>
<p class="description"></p>
<p><p>
EJB interacts with its container through the following mechanisms
</p>
<p>
<strong>Call-back Methods:</strong> Every EJB implements an interface (extends EnterpriseBean) which defines several<br />
methods which alert the bean to various events in its lifecycle.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/can-an-ejb-client-invoke-a-method-on-a-bean-directly.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/can-an-ejb-client-invoke-a-method-on-a-bean-directly.html&amp;title=Can an EJB client invoke a method on a bean directly?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Apr <br> 2008</p></div>
<h2><a href="interview-questions/ejb-interview-questions/can-an-ejb-client-invoke-a-method-on-a-bean-directly.html"  title="">Can an EJB client invoke a method on a bean directly?</a></h2>
<p class="description"></p>
<p>An EJB client should never access an EJB directly. Any access is done through the container. The container will
intercept the client call and apply services like transaction, security etc prior to invoking the actual EJB. This
relationship between the EJB and the container is like "don't call us, we will call you".</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/what-are-the-different-kinds-of-enterprise-beans.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/what-are-the-different-kinds-of-enterprise-beans.html&amp;title=What are the different kinds of enterprise beans?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Apr <br> 2008</p></div>
<h2><a href="interview-questions/ejb-interview-questions/what-are-the-different-kinds-of-enterprise-beans.html"  title="">What are the different kinds of enterprise beans?</a></h2>
<p class="description"></p>
<p><p>
<strong>Session Bean:</strong> is a non-persistent object that implements some business logic running on the server. Session
beans do not survive system shut down.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/what-are-the-benefits-of-clustering-and-workload-management.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/what-are-the-benefits-of-clustering-and-workload-management.html&amp;title=What are the benefits of Clustering and workload management?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jun <br> 2007</p></div>
<h2><a href="interview-questions/ejb-interview-questions/what-are-the-benefits-of-clustering-and-workload-management.html"  title="Java Interview Questions,J2EE,EJB">What are the benefits of Clustering and workload management?</a></h2>
<p class="description"></p>
<p><ol>
	<li>It balances client processing requests, allowing
	incoming work requests to be distributed according to a configured
	Workload Management selection policy.</li></ol></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/what-is-the-difference-between-message-driven-beans-and-stateless-session-beans.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/what-is-the-difference-between-message-driven-beans-and-stateless-session-beans.html&amp;title=What is the difference between Message Driven Beans and Stateless Session beans?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jun <br> 2007</p></div>
<h2><a href="interview-questions/ejb-interview-questions/what-is-the-difference-between-message-driven-beans-and-stateless-session-beans.html"  title="Java Interview Questions,J2EE,EJB">What is the difference between Message Driven Beans and Stateless Session beans?</a></h2>
<p class="description"></p>
<p><p>
In several ways, the dynamic creation and allocation of message-driven bean instances mimics the behavior of stateless session
EJB instances, which exist only for the duration of a particular method call.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/what-are-the-basic-classes-required-in-the-client-for-invoking-an-ejb.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/what-are-the-basic-classes-required-in-the-client-for-invoking-an-ejb.html&amp;title=What are the basic classes required in the client for invoking an EJB?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jun <br> 2007</p></div>
<h2><a href="interview-questions/ejb-interview-questions/what-are-the-basic-classes-required-in-the-client-for-invoking-an-ejb.html"  title="Java Interview Questions,J2EE,EJB">What are the basic classes required in the client for invoking an EJB?</a></h2>
<p class="description"></p>
<p>The home and the remote interfaces, the implementation of the Naming Context Factory, the stubs and skeletons. In some App servers the stubs and the skeletons can be dynamically downloaded from the server
</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/what-is-the-new-basic-requirement-for-a-cmp-entity-bean-class-in-2.0-from-that-of-ejb-1.1.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/what-is-the-new-basic-requirement-for-a-cmp-entity-bean-class-in-2.0-from-that-of-ejb-1.1.html&amp;title=What is the new basic requirement for a CMP entity bean class in 2.0 from that of ejb 1.1? ', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jun <br> 2007</p></div>
<h2><a href="interview-questions/ejb-interview-questions/what-is-the-new-basic-requirement-for-a-cmp-entity-bean-class-in-2.0-from-that-of-ejb-1.1.html"  title="Java Interview Questions,J2EE,EJB">What is the new basic requirement for a CMP entity bean class in 2.0 from that of ejb 1.1? </a></h2>
<p class="description"></p>
<p>must be abstract class. The container extends it and implements methods which are required for managing the relationships 
</p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/ejb-interview-questions/how-does-a-container-managed-relationship-work.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/ejb-interview-questions/how-does-a-container-managed-relationship-work.html&amp;title=How does a container-managed relationship work?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jun <br> 2007</p></div>
<h2><a href="interview-questions/ejb-interview-questions/how-does-a-container-managed-relationship-work.html"  title="Java Interview Questions,J2EE,EJB">How does a container-managed relationship work?</a></h2>
<p class="description"></p>
<p>An entity bean accesses related entity beans by means of the accessor methods for its container-managed relationship fields, which are specified by the cmr-field elements of its abstract persistence schema defined in the deployment descriptor.</p>
</div>

  ]]></description>
				<pubDate>Wed, 11 Jul 2007 00:42:45 -0600</pubDate>
				<guid isPermaLink="false">http://www.javaqueries.org/interview-questions/ejb-interview-questions.html</guid>
				<dc:creator>Built-in Administration account</dc:creator>
				None
			</item>
		
			<item>
				<title>Servlets  Interview Questions</title>
				<link>http://www.javaqueries.org/interview-questions/servlets-interview-questions.html</link>
				<description><![CDATA[ <div class="left_articles">
<div class="buttons"><a href="interview-questions/servlets-interview-questions/explain-the-front-controller-design-pattern-or-explain-j2ee-design-patterns.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/servlets-interview-questions/explain-the-front-controller-design-pattern-or-explain-j2ee-design-patterns.html&amp;title=Explain the Front Controller design pattern or explain J2EE design patterns?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jul <br> 2007</p></div>
<h2><a href="interview-questions/servlets-interview-questions/explain-the-front-controller-design-pattern-or-explain-j2ee-design-patterns.html"  title="">Explain the Front Controller design pattern or explain J2EE design patterns?</a></h2>
<p class="description"></p>
<p><p>
A J2EE system requires a centralized access point for HTTP request handling to support the integration
of system services like security, data validation etc, content retrieval, view management, and dispatching.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/servlets-interview-questions/explain-declarative-security-for-web-applications.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/servlets-interview-questions/explain-declarative-security-for-web-applications.html&amp;title=Explain declarative security for WEB applications?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jul <br> 2007</p></div>
<h2><a href="interview-questions/servlets-interview-questions/explain-declarative-security-for-web-applications.html"  title="">Explain declarative security for WEB applications?</a></h2>
<p class="description"></p>
<p><p>
Servlet containers implement declarative security. The administration is done through the deployment descriptor
web.xml file.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/servlets-interview-questions/what-is-a-filter-and-how-does-it-work.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/servlets-interview-questions/what-is-a-filter-and-how-does-it-work.html&amp;title=What is a filter, and how does it work?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jul <br> 2007</p></div>
<h2><a href="interview-questions/servlets-interview-questions/what-is-a-filter-and-how-does-it-work.html"  title="">What is a filter, and how does it work?</a></h2>
<p class="description"></p>
<p><p>A filter dynamically intercepts requests and responses to transform or use the information contained in the
requests or responses but typically do not themselves create responses. Filters can also be used to transform the
response from the Servlet or JSP before sending it back to client.</p></p>
</div>

  ]]></description>
				<pubDate>Wed, 11 Jul 2007 00:39:29 -0600</pubDate>
				<guid isPermaLink="false">http://www.javaqueries.org/interview-questions/servlets-interview-questions.html</guid>
				<dc:creator>Built-in Administration account</dc:creator>
				None
			</item>
		
			<item>
				<title>JSP Interview Questions</title>
				<link>http://www.javaqueries.org/interview-questions/jsp-interview-questions.html</link>
				<description><![CDATA[ <div class="left_articles">
<div class="buttons"><a href="interview-questions/jsp-interview-questions/what-are-the-differences-between-static-and-a-dynamic-include.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/jsp-interview-questions/what-are-the-differences-between-static-and-a-dynamic-include.html&amp;title=What are the differences between static and a dynamic include?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Apr <br> 2008</p></div>
<h2><a href="interview-questions/jsp-interview-questions/what-are-the-differences-between-static-and-a-dynamic-include.html"  title="">What are the differences between static and a dynamic include?</a></h2>
<p class="description"></p>
<p><p>
<strong>Static include &lt;%@ include %&gt; :</strong><br />
During the translation or compilation phase all the included JSP pages are compiled into a single Servlet.
</p>
<p>
<strong>Dynamic include &lt;jsp:include &hellip;..&gt;:</strong> <br />
The dynamically included JSP is compiled into a separate Servlet.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/jsp-interview-questions/what-are-the-main-elements-of-jsp-what-are-scriplets-what-are-expressions.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/jsp-interview-questions/what-are-the-main-elements-of-jsp-what-are-scriplets-what-are-expressions.html&amp;title=What are the main elements of JSP? What are scriplets? What are expressions?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Apr <br> 2008</p></div>
<h2><a href="interview-questions/jsp-interview-questions/what-are-the-main-elements-of-jsp-what-are-scriplets-what-are-expressions.html"  title="">What are the main elements of JSP? What are scriplets? What are expressions?</a></h2>
<p class="description"></p>
<p><p>
There are two types of data in a JSP page.
</p>
<p>
1. <strong>Static part</strong> (ie HTML, CSS etc), which gets copied directly to the response by the JSP Engine.<br />
2. <strong>Dynamic part</strong>, which contains anything that can be translated and compiled by the JSP Engine.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/jsp-interview-questions/what-is-a-filter-and-how-does-it-work1.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/jsp-interview-questions/what-is-a-filter-and-how-does-it-work1.html&amp;title=What is a filter, and how does it work?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Apr <br> 2008</p></div>
<h2><a href="interview-questions/jsp-interview-questions/what-is-a-filter-and-how-does-it-work1.html"  title="">What is a filter, and how does it work?</a></h2>
<p class="description"></p>
<p><p>
A filter dynamically intercepts requests and responses to transform or use the information contained in the requests or responses but typically do not themselves create responses. Filters can also be used to transform the response from the Servlet or JSP before sending it back to client.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/jsp-interview-questions/what-is-the-difference-between-forwarding-a-request-and-redirecting-a-request.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/jsp-interview-questions/what-is-the-difference-between-forwarding-a-request-and-redirecting-a-request.html&amp;title=What is the difference between forwarding a request and redirecting a request?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Apr <br> 2008</p></div>
<h2><a href="interview-questions/jsp-interview-questions/what-is-the-difference-between-forwarding-a-request-and-redirecting-a-request.html"  title="">What is the difference between forwarding a request and redirecting a request?</a></h2>
<p class="description"></p>
<p><p>
<strong>REDIRECT:</strong><br />
Sends a header back to the browser, which contains the name of he resource to be redirected to. The browser will make a fresh equest from this header information. Need to provide absolute URL path.</p></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/jsp-interview-questions/explain-the-life-cycle-methods-of-a-jsp.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/jsp-interview-questions/explain-the-life-cycle-methods-of-a-jsp.html&amp;title=Explain the life cycle methods of a JSP?', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jul <br> 2007</p></div>
<h2><a href="interview-questions/jsp-interview-questions/explain-the-life-cycle-methods-of-a-jsp.html"  title="">Explain the life cycle methods of a JSP?</a></h2>
<p class="description"></p>
<p><ul>
<li>JSPs
Pre-translated: Before the JSP file has been translated and compiled into the Servlet.</li>
<li>JSPs
Translated: The JSP file has been translated and compiled as a Servlet.</li>
<li>Initialized: Prior to handling the requests in the service method the container calls the jspInit() to initialize the
Servlet.</li></ul></p>
</div>

 <div class="left_articles">
<div class="buttons"><a href="interview-questions/jsp-interview-questions/what-is-a-jsp-what-is-it-used-for-what-do-you-understand-by-the-term-jsp-translation-phase-or-compil.html" class="bluebtn">Read</a> 
<a class="greenbtn" href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=interview-questions/jsp-interview-questions/what-is-a-jsp-what-is-it-used-for-what-do-you-understand-by-the-term-jsp-translation-phase-or-compil.html&amp;title=What is a JSP? What is it used for? What do you understand by the term JSP translation phase or compilation', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank">
Mark</a></div>
<div class="calendar"><p>Jul <br> 2007</p></div>
<h2><a href="interview-questions/jsp-interview-questions/what-is-a-jsp-what-is-it-used-for-what-do-you-understand-by-the-term-jsp-translation-phase-or-compil.html"  title="">What is a JSP? What is it used for? What do you understand by the term JSP translation phase or compilation</a></h2>
<p class="description"></p>
<p><p>JSP (Java ServerPages) is an extension of the Java Servlet technology. JSP is commonly used as the
presentation layer for combining HTML and Java code. While Java Servlet technology is capable of generating
HTML with out.println(“<html>….. </html>”) statements, where out is a PrintWriter.</p></p>
</div>

  ]]></description>
				<pubDate>Wed, 11 Jul 2007 00:21:28 -0600</pubDate>
				<guid isPermaLink="false">http://www.javaqueries.org/interview-questions/jsp-interview-questions.html</guid>
				<dc:creator>Built-in Administration account</dc:creator>
				None
			</item>
			</channel>
</rss>