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
Define how does a try statement determine which catch clause should be used to handle an exception?
What will be the default values of all the elements of an array defined as an instance variable?
Why does java does not support multiple inheritance? Explain
Can a private method be declared as static?
Can we use different return types for methods when overridden?
What is the difference between && and & in java?
What is the basic concept of java?
What are functions in java?
What are the differences between this and super keyword?
What access modifiers can be used for class ?
Is vector thread safe in java?
what do you mean by marker interface in java?
In which language java is written?
Why should I use abstract class?
What is the java idl system?