Java J2EE Interview Questions and Answers

N

Noddy

Java J2EE Interview Questions and Answers

1. What do you understand by the term J2EE?
J2EE is a specification. provides middleware services.
EJB JDBC JNDI JMS JavaMail JTA Servlets JSPs Connectors JAAS

EJB : is Server Side component architecture for developing distributed
applications.
Developers need to concentrate only on business logic.
The middleware services are provided by appserver.
(transaction management,persistence, threading,concurreny )


Session Beans : Model processes
Entity Beans : Model data
Message Driven beans : Similar to session beans. Invoked only by
sending messages.

2. Diff between RMI and EJB

EJB uses RMI technology.
We have to declare the middleware services needed by the EJB in a
descriptor.
The Appserver will generate stubs for the same.


For more check .... http://java-j2ee-interview-questions.blogspot.com/
 
A

Alex Hunsley

Noddy said:
Java J2EE Interview Questions and Answers

1. What do you understand by the term J2EE?
J2EE is a specification. provides middleware services.
EJB JDBC JNDI JMS JavaMail JTA Servlets JSPs Connectors JAAS

Not you again...
So I suppose your website is still a load of ad-strewn rubbish then?
lex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top