Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
75% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
0 Endorsements
Ranked #3K
~886 People Reached
Favorite Forums
Favorite Tags
java x 8

4 Posted Topics

Member Avatar for gourav1

[QUOTE=gourav1;1730066]are you kidding ?[/QUOTE] All you have to do is type in 'cookie' or 'http protocol' into google? but here's a link that should help understanding cookies and the different types you get and much more [url]http://en.wikipedia.org/wiki/HTTP_cookie[/url] and also [url]http://en.wikipedia.org/wiki/List_of_HTTP_header_fields[/url]

Member Avatar for gourav1
0
156
Member Avatar for Mr.BunyRabit

Hi there, Having used Netbeans 6.9.1 and 7.0 quite a bit I would not be surprised if this is a bug. The IDE has a few. Best Solution is to go and get yourself Netbeans 7.0 not much different but less buggy then 6.9.1. however it does come with its …

Member Avatar for Mr.BunyRabit
0
135
Member Avatar for Nordijac

I think you may be confusing two concepts. if all you want to do is read in the file name and print it to the console then you would use [code]import java.io.*; public class HippityHop { public static void main(String [] args) { try{ String var = args[0]; FileReader in …

Member Avatar for JamesCherrill
0
168
Member Avatar for JavaPrograms

Hi there, well see if this helps the below piece of code will call getfilepath() method to ask the user to input the file path then it will parse the name to the readfile() method and the contents of the file will be displayed line by line. The only thing …

Member Avatar for David Kroukamp
0
427

The End.