Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
EJB
« Previous
Next »
Stateful Session beans contain
Options
- Home Interface
- Remote Interface
- Bean class
- All of the above
CORRECT ANSWER : All of the above
Discussion Board
Stateful bean
Stateful session bean is a part of the session bean where it is used to maintain states of instance variable consisting of some value. The instance variables represent the state of a unique client/bean session as the client interacts with its bean, this kind of state is also termed as conversational state.
It consists of the following:
1)Home Interface - It allows the navigation of the elements that are on the frontend and homepage.
2) Remote Interface - This allows the information to be accessed and passed remotely
3) Bean class - is used to create interfaces and provide values for instance variables
This kind of bean is an interactive session where the bean is not shared and it can only have one client.
Rohit Sharma 08-23-2014 03:00 PM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Java Beginner (11)
Java (39)
Java (40)
Java (22)
Java (30)
Java (25)
Java (20)
Java (20)
Core Java (20)
Core Java (10)
Core Java (72)
EJB (20)
JDBC (20)
Applet (20)
Struts (21)
Servlets (20)
Java Web Services (20)
Javascript (40)
J2EE (10)
jQuery (46)
Advertisement
▲