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 called servlet container?

0 Answers  


how to pass parameter from servlet to html form

4 Answers  


What are the different methods involved in the process of session management in servlets?

0 Answers  


Define servlet mapping?

0 Answers  


Which exception is thrown if the servlet is not initialized properly?

0 Answers  






What do you mean by singlethreadmodel interface?

0 Answers  


How to get the path of servlet in the server?

0 Answers  


What is the need of session tracking in HttpServlet ?

3 Answers  


What are the type of protocols used in httpservlet?

0 Answers  


How native code can be used in a servlet?

0 Answers   IBM, TCS,


Name the packages that work with servlet?

0 Answers  


What is use of parseQueryString ?

1 Answers  


Categories