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
Which are the different segments of memory?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
why static class in java
What is the difference between a menuitem and a checkboxmenuitem?
How to pass parameters in RMI?
How substring() method of string class create memory leaks?
What are the different algorithms used for clustering?
What is permgen or permanent generation?
Why is string immutable in java?
What restrictions are placed on the location of a package statement within a source code file?
What is the difference between system.out ,system.err and system.in?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What are local interfaces? Describe.
What is the relation between the infobus and rmi?
Why won’t the jvm terminate when I close all the application windows?