Answer Posted / sharief
First write a jsp page.In the form tag of jsp write the
servlet name,then the control automatically goes to the servlet.
Ex: <form name="myform" action="NameOfYourServlet"
method="post/get">
</form>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why won’t the jvm terminate when I close all the application windows?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is the infobus?
Why a client should be multithreading? Explain.
How primary key is implemented in Oracle?
what is meant by JRMP?
what are RemoteObjects?
How can I scroll through list of pages like the search results in google?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is clustering? What are the different algorithms used for clustering?
Which javutil classes and interfaces support event handling?
What is a class loader? What are the different class loaders used by jvm?
Write a program to show synchronization?
What is the purpose of the finally clause of a try-catch-finally statement?
What do you mean by Socket Programming?