- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 4
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
Re: [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] | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … |
The End.