what is the difference between servlets and jsp?
Answer Posted / j
in Servlet, presentation logic(HTML) is embedded in java
code (between out.println()). whereas in JSP, javacode is
embedded within HTML.
one more thing is while compilation, servlets will compile
and form .class file. whereas JSP will undergo a
translation phase. During which its converted into Servlet
first and the compiled to .class file.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is the difference between java and j2ee?
I Want build and release interview questions
What are the most important topics in java?
What is caller?
What is jradiobutton in java?
when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?
What is the difference between load() and get()?
What is application client module?
What is home handle?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?
What are the components and containers in java?
How java is used in web applications?
What is caller principal?
What is javaserver pages standard tag library (jstl)?
What are j2ee components?