| Author |
File Handling
|
Lucky J Verma
Ranch Hand
Joined: Apr 11, 2007
Posts: 277
|
|
Hi I am always stuck in FileHandling of Java.THere are so many classes & types to read & write . Can anybody suggest me some links /reference materials ,where i could find ABC's of File handling ,asa i want to learn it from scratch. No book or links i find as sufficient & smooth for me to learn File handling. Thnx
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8263
|
|
|
The IO Chapter of the Java Tutorial lays everything out fairly clearly. Streams are an abstraction that take some thinking to master, but once you figure out what the various streams do, it's easy to connect them together to achieve complex functionality. Also, once you figure out how to write to one destination (i.e. a file), you can write to any destination (socket, database, byte array and so on) using nearly the same classes. That's the power of object oriented programming at work.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: File Handling
|
|
|