Answer Posted / rahul kakadiya
EXECEPTION IS A ONE TYPE OF RUN TIME ERROR ,WHICH CAN BE
HANDLE BY EXCEPTION HANDLAR.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is null function in java?
What is the difference between Array and Hash Table?
What is meant by class loader? How many types are there? When will we use them?
Is java a compiler?
How can you read content from file in java?
What is the difference between yielding and sleeping in java programming?
Can we call virtual funciton in a constructor ?
What do you mean by checked exceptions?
What is difference between adapter class and listener?
Can we call the run() method instead of start()?
Difference between keyword and identifier.
What is the difference between procedural and object-oriented programs?
What are the common uses of "this" keyword in java ?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is functional interface in java example?