Answer Posted / 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 View All Answers
What does module-relative mean?
Do you think that java should have had pointers?
Is infobus easy to use?
whats is mean by connectionpooling
Why use a datasource when you can directly specify a connection details?
Why use POJO when I can use hashmap
What is the difference between the string and stringbuffer classes?
What’s jboss jbpm?
What value does readline() return when it has reached the end of a file?
What is the relationship between an event-listener interface and an event-adapter class?
What are the design considerations while making a choice between using interface and abstract class?
How would you detect a keypress in a jcombobox?
What is in-memory replication?
What is ioc concept & explain it?
What are the benefits of detached objects?