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 deployment descriptor?
What is difference between java and core?
What is caller principal?
What is authorization constraint?
What does enterprise javabeans module contain?
What is core java and j2ee?
Is j2ee a language or framework?
Is java gui dead?
What do you understand by connector?
What is java 2 platform, micro edition (j2me)?
Is java more difficult than c++?
How do I run java?
What is java 2 platform, enterprise edition (j2ee)?
What is external subset?
How will you explain load() and get() methods?