File

Hi all,When i open a File in Java for reading , is it locked ?If not is thr some way i can lock it programatically?Thanx in advance
[159 byte] By [Manthanaa] at [2007-11-15]
# 1
> If not is thr some way i can lock it> programatically?You can make use of the classes in java.nio.channels - FileChannel and FileLock.
aniseeda at 2007-7-12 > top of java,Java Essentials,New To Java...