Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Java Part 2
« Previous
Next »
Java beans have no types.
Options
- True
- False
CORRECT ANSWER : True
Discussion Board
Beans
The Java beans have no type is false as Java beans is a managed, server-side component architecture for modular construction of enterprise applications.It has three types:
1. Session Beans, which is divide into two forms:
1.1 Stateless Session beans
1.2 Stateful Session Beans
Session Bean is created by a customer and its duration is only for the signal client server session. It performs the function of calculation or database access for the client. They can be transactional as it is not recoverable and the system might crash due to this behavior.
2. Entity Beans
It performs the function on the database to find out the unrelenting data. It is recognized by a main key, it destroyes the remote reference as soon as entity bean crashes.
3. Message Driven Beans or they are also called Message Beans.
Message bean is similar to session bean, except it responds to java message service.
Rohit Sharma 08-9-2014 08:07 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
▲