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
What is the GenericServlet class?
What are life cycle methods of a servlet?
How many objects of a servlet is created?
What are the phases of servlet life cycle?
What are common tasks performed by Servlet Container?
How servlet is created?
What do you mean by a filter and how does it work?
How to get the server information in a servlet?
What is the use of java servlet api?
What are the differences between forward() method and sendredirect() methods?
What do you mean by session tracking?
What do you mean by singlethreadmodel interface?
What is cgi?
Explain jsessionid?
How to get the path of servlet in the server?