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 is the use of State Factories?
Do I need to import javlang package any time? Why ?
What are the call back methods in entity bean?
difference between ejb,struts,hibernate,spring and jsp
Define prototype?
Are there books about seam?
Describe, in general, how java's garbage collector works?
What are the benefits of detached objects?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
To identify IDL language what mapping mechanism is used?
Java is fully object oriented languages or not?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Can I map more than one table in a cmp?
What is the difference between long.class and long.type?
What is aop(assepct oriented programing)?