What is the capacity that doGet method can send to the
server?
Answer Posted / giridhar gangapatnam
doGet() method can send upto 256 characters to the server
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What's the servlet interface?
What’s the use of the servlet wrapper classes??
What exactly is a servlet?
What are sessions in servlets?
Difference between forward() method and sendredirect() method ?
What do you mean by interservlet communication?
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
What is the use of servletconfig interface?
Write a simple servlet program to print the contents of html.
What is context in servlet?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What is ServletConfig object?
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?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
What is Servlets and explain the advantages of Servlet life cycle?