Answer Posted / reddy akhi
sure why not if we are not provide a constuctor for servlet
it automatically get constructor by the java compiler if we
provide a constuctor for a servlet the java compiler will
not provide constuctor at that situation
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are different ways for authentication of servlet?
What is the need of servlet filters?
What is the directory structure of web application?
What is the capacity the doget can send to the server?
Can you use javascript in servlets?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Who is responsible for writing a constructor?
What are the phases of servlet life cycle?
What is the use of attribute in servlets?
What is string tokenizer?
List some life cycle methods of a servlet.
Explain the working of service() method of a servlet.
How are filters?
Explain url encoding in servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code