Why we need to serialize the object
Answer Posted / vivek
Perfect answer !! http://stackoverflow.com/questions/5877808/when-should-i-use-serializable-in-c
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between the constructors and methods in java?
What are the restrictions imposed on method overriding?
What is the difference between preemptive scheduling and time slicing in java programming?
What is replacefirst in java?
How do you declare an empty string?
What is object class in java?
What is the purpose of lambda expressions?
Is java hard to learn?
How does hashset work in java?
What is thread pool in java with example?
What is void keyword?
What is the generic function?
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?
Explain about narrowing conversion in java?
How many bytes is string in java?