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
Which java ide is used the most?
Write a program to check string is palindrome without using loop?
What do you mean by garbage collection used in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
How do I get the | symbol on my keyboard?
Define locale.
How can we avoid including a header more than once?
What is difference between fileinputstream and filereader in java?
What is java life cycle?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is floor math?
why we use merge option in hybernate pls give a ex snippet
Why do we use threads in java?
Is there is any difference between a scrollbar and a scrollpane?
What are "class access modifiers" in Java?