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 rectify errors in java servlet while compilation?

0 Answers  


How to invoke a Servlet?

2 Answers   Mastek,


What are the type of protocols used in httpservlet?

0 Answers  


What is the capacity the doget can send to the server?

0 Answers  


why are extending GenericServlet and why are extending HttpServlet explain?

7 Answers  






Explain the difference between GET and POST methods?

6 Answers  


What are different ways for authentication of servlet?

0 Answers  


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  


Can you refresh servlet in client and server-side automatically?

0 Answers  


Write a servlet to upload file on server.

0 Answers  


When servlet is loaded?

0 Answers  


What is Single Threaded Model in Servlets? Explain this with an example?

10 Answers   Wipro,


Categories