Answer Posted / 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 |
Post New Answer View All Answers
What are various types of class loaders used by jvm?
How can I scroll through list of pages like the search results in google?
what are the advantages of JTA over JTS?
What is the difference between static and non-static with examples?
Can I use javascript to submit a form?
To identify IDL language what mapping mechanism is used?
Explain RMI Architecture?
Define prototype?
Is the session factory thread safe?
What are the types of scaling?
To what value is a variable of the string type automatically initialized?
which type of objects reference will be given to client?
What state does a thread enter when it terminates its processing?
What’s jboss cache in short?
Why is actionform a base class rather than an interface?