diffrence between jsp and servelts.

Answers were Sorted based on User's Feedback



diffrence between jsp and servelts...

Answer / neeraj

Servlet are precompile but jsp are complilec by container.

Is This Answer Correct ?    5 Yes 1 No

diffrence between jsp and servelts...

Answer / satish

servlets r precomplied---jsp r postcomplied

Is This Answer Correct ?    3 Yes 1 No

diffrence between jsp and servelts...

Answer / sk

the .class file is generated in the servlets by
developer..but in the jsp the .class file is generated by
the container.........

Is This Answer Correct ?    1 Yes 0 No

diffrence between jsp and servelts...

Answer / sekhart

Servlets couldn;t implicit objects.But Jsp's are having them.

Is This Answer Correct ?    3 Yes 3 No

diffrence between jsp and servelts...

Answer / ganesh

suppose we can change the servlet page code in the project.
at the time,we can restart the server or to modify the
web.xml.
suppose we can change the jsp page code in the project at
the time,we can't restart the serveror can't modify the
web.xml.

Is This Answer Correct ?    3 Yes 3 No

diffrence between jsp and servelts...

Answer / yuga.reddi08

Jsps are good at presentation and servlets are good at
ApplicationLogic(Controller).Excution time for Jsps are
more comapared to Servlet because at 1st request coming
from Jsp then Jsp translator is converted into servlet and
then processing..Servlet are precompile but jsp are
complilec by container.
Jsps are Html inside java code where as servlets are Java
inside Html.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Advanced Java Interview Questions

how to search the pertical objects in a Collections

3 Answers   iGate,


What is there in browser that it supports web based applications of java or any other PL?

2 Answers  


How messaging services are done, before release of JMS?

0 Answers  


What exceptions are thrown by RMI?

1 Answers  


Is a class a subclass of itself?

0 Answers  






what is Static binding?

2 Answers   Wipro,


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


What is the difference between a stub and a skeleton?

9 Answers   ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,


difference of inheritance and interface

3 Answers  


What class is the top of the awt event hierarchy?

0 Answers  


Can I import same package/class twice? Will the jvm load the package twice at runtime?

0 Answers  


To identify IDL language what mapping mechanism is used?

0 Answers  


Categories