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 a super method?
What is the difference between abstraction and encapsulation?
What is balanced tree in java?
Which class is used by server applications to obtain a port and listen for client requests?
Can you instantiate the math class?
What is the difference between java applets and applications?
Can a constructor be private and how are this() and super() method used with constructor?
When can an object reference be cast to an interface reference in java programming?
Why we use protected in java?
When object is created and destroyed?
In the below example, what will be the output?
What is thread pool? How can we create thread pool in java?
What does java edition mean?
What is the collection interface?
What is treeset in java?