Check if a file is open or not



hi,
I want to check if a file is open or not using Java. I want to know if
the file is accessed by some other program while i m opening it though
java program.
.