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
Define the remote object implementation?
How are the elements of a borderlayout organized?
Do I need to import javlang package any time? Why ?
What is a sessionfactory? Is it a thread-safe object?
What is the relationship between local interfaces and container-managed relationships?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What are the sequence of steps to write pub or sub model kind of application?
what is the use of State Factories?
What is the difference between long.class and long.type?
Explain what is synchronization?
Do you think that java should have had pointers?
What are the services in RMI ?
What class is used to create Server side object ?
What’s jboss cache in short?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?