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
What do you mean by order of precedence and associativity?
what is the difference between yielding and sleeping? : Java thread
What does provide mean construction?
Is string a class?
What is the difference between private & public & friendly classes?
what invokes a threads run() method? : Java thread
Can we declare array without size in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What do you mean by jjs in java8?
Why is sizeof not a function?
What is the difference between delete and delete[]
What is the purpose of void class?
What happens if a constructor is declared private?
What do bitwise operators do?
How to overcome the exception object reference not set to an instance of object?