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
Name the class that is used to bind the server object with RMI Registry?
What are callback interfaces?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Can I run seam outside of jboss as?
How messaging services are done, before release of JMS?
Describe activation process?
how i secure my site with the https protocol.what are the steps?
What value does read() return when it has reached the end of a file?
What are externizable interface?
Do we need to override service() method
Write a program to show synchronization?
How substring() method of string class create memory leaks?
Where can I find seam examples and documentation?
What are the types of scaling?
Name the eight primitive java types.