Answer Posted / madan mohan
Servlets are server side components used to develop server
side applications.. servlet acts as a controller between
two or more pages...if any changes made in web.xml, we need
to redeploy the application
where as Jsp are java server pages which is combination of
html and jsp tags, directly run at explorer page, no need
to compile
both having similar life cycles like init(), doPOst() or
doGet() and destroy()...
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain what pure virtual function is?
What is array in java?
what type of questions asked for barclays technologies pune please send urgent
What do you mean by collectors in java 8?
What is bitwise complement?
Tell me are there implementations for sorting and searching in the java libarary?
why java uses class level type casting ?
Explain the difference between treeset and treemap in java?
What is the primitive type short?
What is a native method in java programming?
How the metacharacters are different from the ordinary characters?
what is abstract class in Java?
Can a constructor have different name than a class name in java?
What is the purpose of the System class?
What is local declaration?