This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Java
Posted by John Velu on April 22, 2001 at 1:22 AM
Hi: I am new to Java. I have created a java class which has two hard coded variables, one for an url address (such as "http://www.xyz.com") and the other for a querystring.The querystring (name,value pair; such as "lname=Velu&fname=John")has to be sent to the url address. Can you please suggest me how this could be done. Should I use XML and Java or I could just use some java classes to do it. A code snippet will be great. Thanks
Replies:
|