what is the difference between cd & dvd ?
Answer Posted / manish,mca,ymca
where the hell is my original answer, the ist answer i give
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is split return?
Is sizeof a preprocessor?
What is meant by data hiding in java?
If I only change the return type, does the method become overloaded?
What is an immutable class?
What is formatted output?
how does multithreading take place on a computer with a single cpu? : Java thread
Explain about the interpreter in java?
When would you use a static class?
What is e java?
What is boolean query?
What are abstract methods in java?
Compare overloading and overriding?
Explain the difference between comparator and comparable 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?