hi i am very much confused with the java file handling.
threre are so many streams... i need to read from a file
in that file i have integers with spaces in between them.
12 14 15 17
17 26 18 20
.............
something like this.
how do i start with????
why there are so many streams??? in fact we need to read from files which will have some data(integer,float etc) or may be stings,chars etc.
is there any general procedure so that i use for both of them??? or simply... (1) i want to read (integer+float) data file . what is the syntax for this? (2) i want to read (strings+chars ) data file .what is the syntax for this? thanks