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
Why you should not use singleton?
Can we sort arraylist in java?
Who developed java?
what is singleton in java?
Can you explain the usages of class.forname()?
What is a parameter example?
how to deploy apache tomcat server to weblogic server in java
What kind of variables can a class consist?
What is a nested list?
What is string variable?
How many types of keywords are there?
What variables are stored in stack?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What is main method?
How to provide security in java