whats the diff between jsp and servlets?
Answer Posted / dillip
JSP is used mainly for presentation only. A JSP can only be
HttpServlet that means the only supported protocol in JSP
is HTTP. But a servlet can support any protocol like HTTP,
FTP, SMTP etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many bytes is string in java?
How do you define a singleton class?
Is 0 a real number?
How do you use compareto method?
What is n in java?
What is the internal implementation of set in java?
Why hashset is used in java?
What is replacefirst in java?
How to retrieve data from database in java using arraylist?
What is public/private protected in java?
What is the abstract class?
what is synchronization and why is it important? : Java thread
What does @override mean?
What is native method in java?
What are thread priorities and importance of thread priorities in java?