GeekInterview.com
  I am new, Sign me up!
 

EJB FAQ


EJB FAQ

Questions: 66
Comments: 104
 Showing Questions 61-66 of 66 Questions
<< Previous 3 4 5 6 [7] 
 Sponsored Links

 
 EJB FAQ
Sorting Options :  

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 ...

Latest Answer: The primary key is the only way the container has of distinguishing one bean from another. This is particularly important for pooling, where the container uses the primary key to determine if the data you need already exists in the bean pool. To quote ...

Can anyone explain the various steps to be involved in implementing CMR for an entity bean between two tables in Weblogic?
Read Answers (2) | Asked by : Muthu.J

Latest Answer: We can improve efficency through Pooling. If you are asking how we can balance the load, we can do it through clustering so that we can balance the load. this one will reduce the server balancing. You can take either one . ...
Read Answers (2) | Asked by : Kulwant

Latest Answer: A Bean persists by having its properties, fields, and state information saved and restored to and from storage. The mechanism that makes persistence possible is called serialization. When a Bean instance is serialized, it is converted into a data stream ...

View page << Previous 3 4 5 6 [7] 

Ask A Question
Go Top
 Sponsored Links

 
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
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape