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
Can a abstract class be defined without any abstract methods?
How can we create a thread in java?
What is the difference between the paint() and repaint() methods?
What is unicode with example?
Explain about interthread communication and how it takes place in java?
Why is string builder not thread safe?
whatis Home interface and Remoteinterface? with example?
What is the java virtual machine?
What are methods?
How list contains works in java?
What do you mean by flow of struts?
Convert a BST into a DLL and DLL to BST in place.
How do you override a method?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is abstraction in java?