what is ejb? what is the importance of ejb?

Answers were Sorted based on User's Feedback



what is ejb? what is the importance of ejb?..

Answer / sivasubramanian.k

Enterprise Java Beans (EJB) is a managed, server-side
component architecture for modular construction of
enterprise applications.

The EJB specification is one of the several Java APIs in
the Java Platform, Enterprise Edition. EJB is a server-side
component that encapsulates the business logic of an
application.
Accordingly, the EJB specification details how an
application server provides:

Persistence
Transaction processing
Concurrency control
Events using Java Message Service
Naming and directory services (JNDI)
Security ( Java Cryptography Extension (JCE) and JAAS )
Deployment of software components in an application server
Remote procedure calls using RMI-IIOP.
Exposing business methods as Web Services.

Is This Answer Correct ?    11 Yes 0 No

what is ejb? what is the importance of ejb?..

Answer / srikanth reddy

Enterprise Java Beans (EJB) is given by j2ee technilogy by
sun for remote bussiness serfvices

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is abstract method with example?

6 Answers   Infosys, Virtusa,


Why super is first line in java?

0 Answers  


What are the skills required for core java?

0 Answers  


what is AWT

3 Answers  


can any one send me the example program of immutable class?

2 Answers   Arfin, TCS,






What is the primary benefit of encapsulation?

0 Answers  


Which browsers work with java?

0 Answers  


In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?

1 Answers   Ericsson,


What's the default access specifier for variables and methods of a class?

0 Answers  


What is java thread dump, how can we get java thread dump of a program?

0 Answers  


What is Distributed Application and what is its usage?

2 Answers  


What are the approaches that you will follow for making a program very efficient?

0 Answers  


Categories