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
Which data type is class in java?
What is meant by singleton class?
What happens if an exception is throws from an object's constructor?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Difference between method overloading and method overriding in java ?
What is module in project?
Why do we need data structure in java?
What does the “final” keyword mean in front of a variable? A method? A class?
Tell us something about different types of casting?
What mechanism does java use for memory management?
Can we catch more than one exception in single catch block?
how come we know the object is no more used in the class?
Can you instantiate the math class?
Explain different types of thread priorities ?
I want to store more than 10 objects in a remote server? Which methodology will follow?