whats the diff between jsp and servlets?
Answer Posted / srinivas
In Servlet Presentation & Application Logic is Tightly
Coupled where as in Jsp they are loosely Coupled.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is set sorted in java?
Can a class have 2 constructors?
What is the use of static class?
Where are global variables stored?
What is the java project architecture?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Can a static block throw exception?
Explain java code for recursive solution's base case?
Explain about OOPS concepts and fundamentals.
Why is singleton not thread safe?
What is data type in computer?
What is the list interface in java programming?
What is Major and importance difference between for and foreach loop ?
Why is it important to initialize a variable?
what is singleton in java?