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 |
What is a double vs float?
What is the do while loop syntax?
What is queue in java?
What are instance variables?
What is the vector class in java programming?
Is java an open source?
Why is string builder not thread safe?
Define how can we find the actual size of an object on the heap?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is assembly condition codes?
why java main method is given as static method?
Are strings immutable in java?