which methods consisting of the serilizable interface?
Answer Posted / balu
There are no methods in the serializable interface.it is a
marker interface.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How does the garbage collector works in java?
What is the use of toarray () in java?
when should you use stringbuilder class in a program?
What is difference between variable declaration and definition?
How to display arraylist values in java?
Write a program to print count of empty strings in java 8?
What is the difference between procedural and object-oriented programs?
What is the use of parseint in java?
Why stringbuffer is faster than string?
Differece between class and generic class?
Implement two stacks using a single array.
What checkbox method allows you to tell if a checkbox is checked?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
How do you format in java?
How do I get a substring?