whats the diff between jsp and servlets?
Answer Posted / geetha
servlet --no automatic reloading
jsp --automatic reloading.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are thread safe functions?
What are the advantages and disadvantages of reference counting in garbage collection?
What is the difference between a choice and a list?
How many arguments can a method have java?
What is parsing and its types?
Can arraylist contain null values?
Is nullpointerexception checked or unchecked?
What is matcher in java?
How many bytes is a string?
How do you represent a space in regex java?
What exceptions occur during serialization?
What is the lifetime and scope of a variable?
Explain where variables are created in memory?
Describe string intern() methodology
What are recursive functions?