whats the diff between jsp and servlets?
Answer Posted / ravikiran
jsps are mainly used for presentation logic
jsps are java code inside html
servlets are used to write the complex busines logic
servlets are html code with in java
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a variable in java?
What is ascii code?
Can we have a try block without catch block?
What is the difference between yield() and sleep()?
What do negative exponents mean?
What do you understand by garbage collection in Java? Can it be forced to run?
What are disadvantages of java?
Can java hashmap have duplicate keys?
What is externalizable interface?
What is gui programming?
Can we have try without catch block?
Is string serializable in java?
Can we inherit inner class?
Is array primitive data type in java?
How many types of array are there?