Hi ,
I am a new to java and am stuck with coupe of lines i wonder if any of you ppl could help me i wud be gr8full...
URL localURL = new URL("http://www.xyz.com");
URLConnection localURLConnection = localURL.openConnection();
String str2 = localURLConnection.getHeaderField("string1");
What wud these lines actually do or to be more precise wt wud i receive in str2 is there a way to see wt the string wud be.
Thanks in advance