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 is UniCastRemoteObject and what is its use in RMI?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
I wantr to know, How many number of users logged in to website? can any one answer
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
How are commas used in the intialization and iteration parts of a for statement?
what are the activation groupworks?
Are we allowed to change the transaction isolation property in middle of a transaction?
Why RMI required an interface?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is a sessionfactory? Is it a thread-safe object?
Different between Struts and Spring? or Why use Spring, if you are already using Struts?
how i secure my site with the https protocol.what are the steps?