whats the diff between jsp and servlets?
Answer Posted / bijoy baby
Servlets are .java files while JSPs are .jsp pages
Servlets pure java codes embed with HTML
JSPs are HTML pages embed with java code
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is immutable class in java?
What is the protected method modifier?
How can you handle java exceptions?
What's the purpose of using break in each case of switch statement?
Difference between class#getinstance() and new operator ?
What loop means?
What are access specifiers in java ?
What is the final keyword denotes?
How do you remove all elements from an arraylist in java?
Have you ever used hashtable and dictionary?
What is a ternary operator in java? What is an interface?
What checkbox method allows you to tell if a checkbox is checked?
Is 0 true or false in java?
Explain java coding standards for classes or java coding conventions for classes?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?