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

What is Servlet API used for connecting database?

0 Answers  


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

0 Answers  


What is servlet interface?

0 Answers  


can u give some realtime example in ploymorphism? and inheritance?

11 Answers   SolutionNET,


What happens, if server sends a cookie to a browser that doesn't supports cookies?

2 Answers  


How many ways are available to ger RequestDispatcher object?

4 Answers   Polaris,


what are binding listners?

1 Answers  


What if you need to span your transaction across multiple servlet invocations?

0 Answers  


How values can be passed from HTML page to servlet?

7 Answers   ABC,


What is Generic Servlet and how it is different from Http Servlet?

5 Answers   Wipro,


What is the difference between RequestDispatcher and sendRedirect?-

5 Answers   CTS,


Where do you define dispatcherservlet?

0 Answers  


Categories