While opening the file, what type of exceptions can be
caught?

Answers were Sorted based on User's Feedback



While opening the file, what type of exceptions can be caught?..

Answer / raghuveer

FileNotFound Exception

Is This Answer Correct ?    5 Yes 0 No

While opening the file, what type of exceptions can be caught?..

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

While opening the file, what type of exceptions can be caught?..

Answer / ravikiran

file not found

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are inner and anonymous class?

3 Answers  


What services that container provides?

2 Answers  


What is == and === in javascript?

0 Answers  


Where are the local variables stored?

0 Answers  


how would you implement a thread pool? : Java thread

0 Answers  






How does linkedhashmap work in java?

0 Answers  


What is the life cycle of Thread ?

12 Answers   HCL, Varnar Softech,


Why object class is super class for every class in java?

0 Answers  


Difference between static binding and dynamic binding?

0 Answers  


Write a program to print fibonacci series

0 Answers  


What are the methods available in a class?

0 Answers  


Is static a singleton?

0 Answers  


Categories