While opening the file, what type of exceptions can be
caught?
Answer Posted / ranganathkini
The exceptions that can be caught while opening a file are:
1. FileNotFoundException
2. SecurityException
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is use of valueof () in java?
Is string is a data type?
a thread is runnable, how does that work? : Java thread
What is a qms manual?
Explain different ways of creating a thread. Which one would you prefer and why?
What are computer functions?
How big is a boolean?
What is a local block?
What does java edition mean?
Which methods cannot be overridden in java?
Can memory leak in java?
Where are global variables stored?
Which package is used for pattern matching with regular expressions?
What is jvm? How its run?
what is static import in java? Explain