While opening the file, what type of exceptions can be
caught?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The exceptions that can be caught while opening a file are:
1. FileNotFoundException
2. SecurityException
| Is This Answer Correct ? | 2 Yes | 0 No |
How do you calculate roots in java?
What are the new features in java 8?
What is exception handling in java?
What is the set interface in java programming?
What is the function of java?
Can a main method be overloaded?
Does java support multiple inheritance or not?
Which class should you use to obtain design information about an object in java programming?
what is abstract method with example?
What happens when main () method is declared as private?
What is a nested structure?
Can you call a constructor within a constructor?