What is serializable interface?

Answer Posted / murugan

serialization is the interface, which is used to serialize
(convert object into byte )the object, we can use this in
the situation for result pass over to any medium like
output stream,writer,bytearrayouputstream (and also persist
into stable storage).

Is This Answer Correct ?    16 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you pass by reference in java?

528


What does math floor () do?

559


Can a class be private or protected in java?

559


What is a for loop in java?

600


Is a char always 1 byte?

510






What kind of variables a class can consist of?

638


Can a static method be final?

558


In which language java is written?

542


What is immutability in java?

610


Java is pass by value or pass by reference? Explain

535


what is a green thread? : Java thread

576


What does I ++ mean?

612


Explain throw keyword in java?

615


Give an example of use of pointers in java class.

563


What is the difference between synchronized and synchronized block?

507