What is serializable interface?
Answer Posted / pankaj
when we are supposed to convert our object in to byte form
to save in some location and then use on a network.
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Can we create a constructor in abstract class?
What is protected access modifier?
What is nullpointerexception?
Give me an example of array and linked list? Where they can be used?
What is the base class in java from which all classes are derived?
Difference between current previous versions of Java?
How do you implement singleton class?
Difference between nested and inner classes ?
How to create a custom exception?
What is java lang object?
What is meant by inheritance and what are its advantages?
What is hash code collision?
What is the difference between compiler and jvm?
What is string immutability?
What are the restriction imposed on a static method or a static block of code?