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?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between overriding and overloading in OOPS.
0 Answers Axtria, ITC Indian Tobacco Company,
What is Applet Flickering ?
1 Answers Infosys, Persistent,
What is the function of compareto in java?
What is meant by nested loop?
Explain java coding standards for interfaces?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
how many types of Inheritance?
is it possible to instantiate the math class?
What is final method in java?
What is method overloading in JAVA? Why is it not present in C ?
0 Answers Akamai Technologies,
What are singleton services?
Which collection is ordered in java?