Answer Posted / tirupathi rao
By Default all the Collection classes are serialized.And
Serializable is not a class its an Interface.
| Is This Answer Correct ? | 42 Yes | 4 No |
Post New Answer View All Answers
What is the meaning of 3 dots in java?
Does importing a package imports its sub-packages as well in java?
Is string pool garbage collected?
How do you insert a line break?
What checkbox method allows you to tell if a checkbox is checked?
What is the simpletimezone class in java programming?
What is getclass () getname () in java?
What is module in project?
What is formatted output?
how are methods defined?
Can you tell me range of byte?
What is the integer of 16?
Which one will take more memory: an int or integer?
What is a short 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?