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 is the difference between compile-time polymorphism and runtime polymorphism?
Is arraylist a class in java?
Is 64bit faster than 32 bit?
What is a default method?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is object in java?
What is ctrl m character?
Is java free for commercial?
What is the byte order of byte buffer?
Which collection is thread safe in java?
Can static methods access instance variables in java?
What is the use of a conditional inclusion statement in Java ?
List out benefits of object oriented programming language?
Why java applets are more useful for intranets as compared to internet?