GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

EJB FAQ


EJB FAQ

Questions: 64
Comments: 101
 Showing Questions 51-60 of 64 Questions
<< Previous 2 3 4 5 [6] 7 Next >>
 Sponsored Links

 
 EJB FAQ
Sorting Options :  

Latest Answer: The major differences i have seen between EJB 2.x and EJB 3.0 versions are as follows :- 1). Removal of home interface enabled simple lookup process in ejb 3.0 2). EJB deployment descriptors are not required in ejb3.0 3). Annotations are used in ejb3.0 ...

What is the difference between ejb2.0 and ejb3.0 and i reviewed in net that ejb 3.0 using POJO(plain old java objects) what is pojoi want the reply for this
Read Answers (5) | Asked by : kiran

d 
Latest Answer: Stateful sessions beans maintain their state within the EJB layer itself.It is taken care of by the container,whereas the Web Layer maintains its state using cookies or HttpSession object. ...
Read Answers (2) | Asked by : venki

Latest Answer: Hi, A message-driven bean is an enterprise bean that allows J2EE applications to process messages asynchronouslyAdvantages-----------------A single message Driven bean can process messages from multiple clientsThey are invoked asynchronously. ...
Read Answers (3) | Asked by : rao

Latest Answer: CMP WAS TOO WEAK BEFORE.NOW  IN EJB2.0 IT BECOME A STRONG CONCEPT WITH CMR INCLUSION.LAZY LOADING IS AVOIDED Iie,Data are loaded only when a business method is called.But in EJB 1.1 the data is loaded before the business method call occupying the ...

we can run any number of JVM's. 
Latest Answer: hi, keeping in mind the concept of env. variable, JAVA_HOME is globaly defined variable, we assigns class path to this variable, on compilation takes place, only one value can be assigned to a variable, it mean only one jvm will be running . so one ...
Read Answers (4) | Asked by : sirisha

Latest Answer: Servlet tunneling means when one request from a servlet is passed to another servlet in order to achieve an application objective it is called servlet tunneling.Its called tunneling as the request passes through more than 1 servlets.Rgds. ...
Read Answers (2) | Asked by : alok

Latest Answer: JSP vs Servlet1) Servlet is pure java codes, which is used to extend the web server by providing dynamic codes. Inorder to write those codes, we require a strong background in JAVA programming2) If our development involves, working with diffrerent team ...
Read Answers (2) | Asked by : venkatesh

Latest Answer: To add, in CMP container handles queries to database and so it is good when interacting/deploying in various database environments.While in BMP bean developer has to write SQL queries to load and store data to and from a given database table. This ...
Read Answers (3) | Asked by : zaheer

Latest Answer: To access a servlet/jsp from EJB create a URL and call its openStream() method.URL google = new URL("http://www.google.com/"); BufferedReader in = new BufferedReader(new InputStreamReader(google.openStream())); String inputLine; while ((inputLine ...

View page << Previous 2 3 4 5 [6] 7 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Free White Papers & Software


Vulnerability Management
for Dummies eBook

 


 

Request Your Copy
 



Free: 60-Day Trial
Microsoft Office Project

 


 

Request Now
 



The 7 Things that
IT Security Professionals
MUST KNOW!

 


 

Request Your Free eBook

 
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape