top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

When non serializable exception is throw by program ?

+1 vote
223 views
When non serializable exception is throw by program ?
posted Dec 30, 2014 by Shyam

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

If the object that need to be serialized, contain transient operating system resources like FileInputStream and Thread Classes, entire serialization operation fails.

answer Dec 31, 2014 by Karthick.c
...