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
Is string an object in java?
Why do we use j2ee?
What is mean by j2ee?
What is a web container j2ee?
What is difference between j2ee and java?
I Want build and release interview questions
Are java primitives objects?
What is containers in java?
What is use of final keyword in java?
What is single tier architecture in java?
What are the topics in j2ee?
What is a web container in j2ee?
What is application client container?
Is j2ee a language or framework?
What do you understand by business logic?