What is serializable interface?

Answer Posted / prakash

serialization is the interface that convert object into byte
stream. and this objects saved to local discs by
ObjectOutputStream and ObjectInputStream.and this Object can
be send over the network.

Is This Answer Correct ?    23 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we define package statement after import statement in java?

558


What is a nullable field?

581


Difference between operator overloading and function overloading

613


What is the difference between heap and stack memory?

548


When should we create our own custom exception classes?

585






What’s the difference between constructors and other methods?

531


How is hashset defined in java?

519


What is math exp in java?

548


What is the main advantage of passing argument by reference?

505


Can we have two main methods in a java class?

540


Can we use return in constructor?

497


What is the difference between interface & abstract class?

561


Explain the difference between static and dynamic binding in java?

545


What's the default access specifier for variables and methods of a class?

517


Can we declare a class as abstract without having any abstract method?

557