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 two servlets communicate with each other?

2 Answers  


How to find whether a parameter exists in the request object?

0 Answers  


Why is init() method is used in servlets?

0 Answers  


In jsp custom tags from child tags to how many levels of parent tags you can acess

1 Answers   Bosch,


How can we achieve transport layer security for our web application?

0 Answers  


What is the purpose of requestdispatcher interface?

0 Answers  


Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html

1 Answers  


Explain jsessionid and when is it created?

0 Answers  


What is the difference between JspWriter and PrintWriter

4 Answers   Artech,


Explain the difference between jsp and servlet?

0 Answers  


How to rectify errors in java servlet while compilation?

0 Answers  


What do you mean by mime type?

0 Answers  


Categories