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 java applet? What is an interface?
Explain the difference between intermediate and terminal operations in java8?
What are different types of classloaders?
What is lambda programming?
Explain about sets?
What is super keyword explain with example?
What is a nullable field?
What advantage do java's layout managers provide over traditional windowing systems?
When do you get classcastexception?
Why is stringbuffer not immutable?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Can you inherit from an abstract class java?
Can we override the static methods?
What are the two categories of data types in the java programming language?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?