GeekInterview.com
  I am new, Sign me up!
 

EJB Interview Questions


EJB Interview Questions

Questions: 175
Comments: 482
 EJB Tags
 Showing Questions 1-10 of 175 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 EJB Interview Questions
Sorting Options :  

Why wait(), notify() and notyfyAll() methods are avialble in Object class but not in Thread class? Explain. 
Latest Answer: All the common and system security method is defined in Object class and "wait, notify, notrifyAll" is related with system and process security so they are defined in object class in spite of Thread class; ...

Which are the jar files that need to be externally added to run a simple java program that accesses a session bean in EJB 2.0, using Jboss 4.X application server. 
Latest Answer: You just need to add either j2ee.jar file or jboss related j2ee jar file ...

what are the serious problems you had faced while using EJB's 
Latest Answer: Just deploying the jar file will not help in Weblogic, you need to compile the ejb source using the ejb compiler "ejbc" supplied by weblogic.Otherwise we will see version miss match errors and it will not be deployed.I forgot the exact error ...

How are parameters passed to a method of a distributed object using RMI-IIOP? 
Latest Answer: In remote calls, parameters passed by value not by reference. ...
Read Answers (2) | Asked by : supari

Latest Answer: They are call back methods.They are used to notify ejb beans of the state.Called at the boundaries of the transaction.Whenever tx.begin(), ejbload() is called to notify beans of data being refreshedWhenever tx.commit, ejbstore() is called to notify beans ...
Read Answers (4) | Asked by : jabi

Latest Answer: In the JSP page we specify an error page for that exception and forward the control to the specified error page when an exception comes and we can display the exception in a good manner. ...
Read Answers (2) | Asked by : subbu

Entity bean is an abstract class and its local and home interfaces also extends an abstact class. So how can we instantiate home or local interface?
Read Answers (3) | Asked by : rajani
Tags : Abstract

Latest Answer: SessionSynchronization is an interface in the javax.ejb package. This interface can be implemented by the ejb to show the transactional state of the bean.The different methods that come into this interface are:1. aferBegin() - Container call this method ...
Read Answers (1) | Asked by : enjoy

Latest Answer: Session Facade is a design pattern. It is used to reduce the network round trips between client and EJB comp. SLSB comp will act as session facade and it is receiving request from client and communicate with other components by generating local calls ...
Read Answers (5) | Asked by : keerthana

Latest Answer: The main difference lies in the persistence, In case of EJB 3.0 there is JPA, Java persistence API which makes the mapping of EntityBeans with the database easy, with the help of a service called as EntityManager.Mapping is done with the help of annotations ...
Read Answers (5) | Asked by : enjoy

View page [1] 2 3 4 5 6 7 8 9 10 Next >>

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