when a servlet sends request for first time it uses the
follwing methods
a)init
b)doget()
c)dopost()
d)service
Answer Posted / giftleejones
a)init
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are recursive functions?
What does sprintf mean?
How is Object Oriented Programming different from Procedure Oriented Programming?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Write a program to check string is palindrome without using loop?
What is a generic type?
Is singleton class thread safe?
Which is the best sorting technique in java?
What is the difference between static and non-static variables in java programming?
Can an integer be a string?
Is there any limitation of using inheritance?
What is the use of singleton?
How define set in java?
What is a subsequence of a string?
Difference between character constant and string constant in java ?