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 void methods?
What methodology can be utilized to link to a database?
What is the importance of hashcode() and equals() methods?
Tell us something about an iterator.
What are class members by default?
What is pre increment and post increment in java?
What happens when a thrown exception is not handled?
Is java type safe?
What is sizeof in java?
What is meant by tab pans?
What is the use of parseint in java?
What is the length of a string?
Can interface be private in java?
What is the largest data type in java?
How do you bind variables?