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 are the special characters?
What do you mean by composition in java?
Is java ee a framework?
How listener identify that the event came from a particular object?
What is the difference between a vector & an array list?
Can a class be declared as protected?
What is floor math?
What is string subsequence method?
How many ways can an argument be passed to a subroutine and explain them?
How is java hashmap implemented?
How to check if a list is sorted in java?
Give me example of derived data types.
how to write a program for sending mails between client and server
What is difference between string and stringbuffer?
What is externalizable?