diffrence between jsp and servelts.
Answers were Sorted based on User's Feedback
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 |
Answer / sekhart
Servlets couldn;t implicit objects.But Jsp's are having them.
| Is This Answer Correct ? | 3 Yes | 3 No |
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 |
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 |
What are the oops concept?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
can any one tell me how to learn good coding techniques
What is the difference between static and non-static with examples?
hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?
Java is fully object oriented languages or not?
Why use POJO when I can use hashmap
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are callback interfaces?
can i call multipule form beans in Action class?
difference between ejb,struts,hibernate,spring and jsp
diff between jsp include directive and jsp action include?