Answer Posted / u.aniketh
because, to write jsp code, little java code is needed, so
normal programmers can also write jsp code. where as
servlet requires pure java code.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is scriptlet tag?
Which is mandatory in tag in jsp?
What is scriptlet and what is expression?
How we can configure init params in jsp?
What are the types of directives in jsp?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
How can the output of JSP or servlet page be prevented from being cached by the browser?
What are the implicit, internal el jsp objects and their differences from jsp objects?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
What is auto-flush attribute?
What are jsp implicit objects?
What is page scope?
What is jsp translation time?
Explain jsp?
What is meant by implicit objects and what are they?