Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How thread scheduler schedule the task?

0 Answers  


How to sort a collection of custom Objects in Java?

0 Answers  


In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4

1 Answers   Tech Mahindra,


explain the concept of virtual method invocation in polymorphism in detail?

0 Answers   TCS,


different between exception and error? explaim check and uncheck exception

4 Answers  


Can we declare static variables in JSP page.

3 Answers   TCS,


why we use merge option in hybernate pls give a ex snippet

0 Answers   CoreObjects,


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


Why main() method is public, static and void in java ?

0 Answers  


what is difference between class and object?

43 Answers   College School Exams Tests, HCL,


What are actual parameters?

0 Answers  


What is the differenc between Enemuration interface and iterator interface according to accessing?

4 Answers  


Categories