How can you make a class serializable in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is variable in java?

0 Answers  


Explain different states of a thread in java?

0 Answers  


what is the difference between a threads start() and run() methods? : Java thread

0 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


How many classes can any class inherit java?

0 Answers  


Is constructor inherited?

0 Answers  


What is meant by data hiding in java?

0 Answers   Aspire, Infogain,


Is a method a procedure?

0 Answers  


What is locale?

0 Answers  


Is node a data type in java?

0 Answers  


What is time complexity algorithm?

0 Answers  


What is the multi-catch block in java?

0 Answers  


Categories