Answer Posted / anitha
a)EJB Applications run on only Application Servers.
Servlet/jsp's run on web/application servers.
b)Ejbs allows Remote Accessing.
Servlet/jsp's does not allow remote accessing
c)Ejbs mainly usefull for implementing Business Logic(Model
classes)
Servlet's/jsp's are usefull for impementing View and
Controller layers.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What does @inject mean in java?
What is ejb and how it works?
How many enterprise beans?
Which is the only method defined in the javax.ejb.handle interface?
Mention the three levels for applying interceptor methods.
Write down the steps for the creation of stateless ejb.
What are the advantages of java beam?
How is consistency maintained by Stateful Session through transaction updates ?
What is a local interface?
How to import ejb project in eclipse?
Is functional programming stateless?
Explain ejbhome and ejbobject in ejb?
What is stateless session bean?
What is @resource in java?
Explain the concept of ejb ql?