how can u cal servlet from java?

Answers were Sorted based on User's Feedback



how can u cal servlet from java?..

Answer / velmurugan

call the action in form of jsp file

Is This Answer Correct ?    24 Yes 5 No

how can u cal servlet from java?..

Answer / manjul

create a HTTPClient object
DefaultHttpClient httpclient = new DefaultHttpClient();
HttpGet httpget = new HttpGet("your servlet");
HTTPResponse response = httpclient.execute(httpost);

Is This Answer Correct ?    22 Yes 3 No

how can u cal servlet from java?..

Answer / ganesh

by write some code.

Is This Answer Correct ?    9 Yes 3 No

how can u cal servlet from java?..

Answer / saikumar

Through the service method can call the servlet

Is This Answer Correct ?    3 Yes 1 No

how can u cal servlet from java?..

Answer / 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

how can u cal servlet from java?..

Answer / kanna

through applet only call servlet

Is This Answer Correct ?    8 Yes 10 No

how can u cal servlet from java?..

Answer / rajinder singh

do some coding on jsp page

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Advanced Java Interview Questions

Can a thread be a member of another thread?

2 Answers  


What is the map interface?

0 Answers  


What is the applet sandbox?

1 Answers  


explain the flow of struts?

2 Answers   SolutionNET,


Why RMI required an interface?

1 Answers  






What is the immediate superclass of the applet class?

0 Answers  


Describe activation process?

0 Answers  


What are the call back methods in entity bean?

0 Answers  


What class is used to create Server side object ?

0 Answers  


What state a thread enters, When it blocks on I/O?

2 Answers  


What are externizable interface?

0 Answers  


whats is stored procedure,joins

1 Answers   Photon,


Categories