Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Core Java - Interview Questions and Answers for 'Notserializableexception' - 2 question(s) found - Order By Rating | ||||
| ||||
| Ans. Though we are trying to serialize BuggyBread1 object but we haven't declared the class to implement Serializable. This will throw java.io.NotSerializableException upon execution. | ||||
| ||||
| Ans. No, It will throw java.io.NotSerializableException. | ||||