I dont want to use serialzable in java is there any another
concept
so plz tell me
Answer Posted / guest
use the keyword transient...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of java over C++?
What is nextline method in java?
Is java a security risk?
List down the methods and interfaces of collection class in java.
What is the use of toarray () in java?
Explain about main() method in java ?
Give an example of use of pointers in java class.
What is printwriter in java?
What do you understand by synchronization?
What are 3 data types?
What are the different http methods?
What is an image buffer?
What is difference between throw and throws ?
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?
Can we override private method?