Answer Posted / 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 |
Post New Answer View All Answers
How many objects of a servlet is created?
explain the advantages of servlet life cycle?
What is a servlet context?
Can filter be used as request or response?
What are important features of Servlet 3?
What is the difference between the servlets and cgi programs?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is java servlet?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
When should you prefer to use doget() over dopost()?
What is servlet used for?
What are the functions of the servlet container?
What is the major difference between servlet and applet?
Can a jsp be called using a servlet?
Can you use javascript in servlets?