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 does this () mean in constructor chaining concept?
What happens if constructor is private?
What is a void method java?
What is Collection interface?
When is finally block not called?
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
Is a method a procedure?
Can we convert list to set in java?
How do I convert a string to an int in java?
How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
What is append function?
What is the purpose of static methods and variables?