Can we use catch statement for checked exceptions?
No Answer is Posted For this Question
Be the First to Post Answer
why would you use a synchronized block vs. Synchronized method? : Java thread
what are the differences between java and .net?..why u choose java?
Which class should you use to obtain design information about an object in java programming?
Why call by value prevents parameter value change?
What is the difference between Abstract Class and Interface
whats is inheritance?
15 Answers CTS, HCL,
What primitive Java types? Howmany are they and what are their names?
How do you check whether the list is empty or not in java?
explain autoboxing in java?
How can i add a button in applet in java ???
What is += mean 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?