What is serializable interface?
Answer Posted / rupal
save the object and all its intance variables.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are methods?
Explain the private field modifier?
Why parameters should be passed by reference?
What is the purpose of an interface?
Explain what pure virtual function is?
What is instance example?
What are 5 boolean operators?
how can you take care of mutual exclusion using java threads? : Java thread
Explain all java features with real time examples
Is math an abstract class in java?
Which one of the following suits the description of a string better: derived or primitive?
Explain restrictions on using enum?
Can we use a default constructor of a class even if an explicit constructor is defined?
What is linked hashmap and its features?
Does the order of public and static declaration matter in main method?