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 arguments in java?
why are there separate wait and sleep methods? : Java thread
Can a method be static?
Explain about the performance aspects of core java?
Explain public static void main(string args[]).
What is the difference between a scrollbar and a scrollpane?
What is the purpose of a volatile variable?
Where is singleton pattern used?
Explain the difference between abstraction and encapsulation.
v-model life cycle
Explain JMS in detail.
What is the final class?
What are static blocks and static initalizers in java ?
Is java a digit method?
How would you dynamically allocate memory to an array?