what is EJB and Java servlet

Answers were Sorted based on User's Feedback



what is EJB and Java servlet ..

Answer / madan

EJB is a distributed technology used in many real time applications such atm transaction,online booking...
now the latest verions ejb3 has annotations which feel easy and good to learn..
Enterprise java beans heart of banking applications ..

and


Servlet-Servlet is a server side components which is used to develop server side applications.. it is based on request response methodlogy..it has own life cycle init(),service(),doget() or dopost() and destroy()..

Is This Answer Correct ?    1 Yes 0 No

what is EJB and Java servlet ..

Answer / ravikiran

EJB is enterprise java bean, where component based
development takes place and uses RMI for remote method calls
Servlet is a server side program wich will process the
client request inside the server and will return resource
based on the request as a response

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Servlets Interview Questions

How to make servlet thread safe?

9 Answers   Frisco Tech, InfoVista, WipSys Technologies,


What are the different methods of session management in servlets?

0 Answers  


What is Servlet Context?

5 Answers  


Can we define constructor in Servlet class?

10 Answers   Accenture, Yugma,


How the servlet is loaded?

0 Answers  






What is java servlet?

0 Answers  


What is war file?

0 Answers  


What is api in servlet?

0 Answers  


Are Servlets Thread Safe? How to achieve thread safety in servlets?

0 Answers  


What is the difference between context parameter and context attribute?

0 Answers  


What is the use of RequestDispatcher in servlet?

18 Answers   Accenture, CTS, TCS,


Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........

3 Answers  


Categories