Servlet Basics Set 6

Get is faster that Post method. true or false.?

When init parameters are read by container?

How the web-application get servlet context ?

How many caracters we can send though doGet()?

Through which tag you can define servlet context  in web.xml?

Through which tag you can define servlet config  in web.xml?

Which method shows the client what server is receiving?

When a servlet accepts a client call ,what are the objects that are received?

Servlet is a stand-alone java application , true or false?

Can you run a servlet in application server?

In which folder of tomcat you have to put your web application?