Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Core Java - Interview Questions and Answers for 'Notserializableexception' - 2 question(s) found - Order By Newest | ||||
| ||||
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. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   io   file   fileio   coding   code   serialization   notserializableexception   exception   file handling | ||||
Related Questions | ||||
What is a stream and what are the types of Streams and classes of the Streams? | ||||
Name few File IO related classes and interfaces ? | ||||
Tell something about BufferedWriter ? What are flush() and close() used for ? | ||||
What is Scanner class used for ? when was it introduced in Java ? | ||||
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy? | ||||
Which is the abstract parent class of FileWriter ? | ||||
Which class is used to read streams of characters from a file? | ||||
Which class is used to read streams of raw bytes from a file? | ||||
Which is the Parent class of FileInputStream ? | ||||
Difference between Scanner and BufferedReader ? Which one is faster and Why ? | ||||
| ||||
Ans. No, It will throw java.io.NotSerializableException. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   io   file   fileio   coding   code   serialization   notserializableexception   exception   file handling | ||||
Related Questions | ||||
What is a stream and what are the types of Streams and classes of the Streams? | ||||
Name few File IO related classes and interfaces ? | ||||
Tell something about BufferedWriter ? What are flush() and close() used for ? | ||||
What is Scanner class used for ? when was it introduced in Java ? | ||||
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy? | ||||
Which is the abstract parent class of FileWriter ? | ||||
Which class is used to read streams of characters from a file? | ||||
Which class is used to read streams of raw bytes from a file? | ||||
Which is the Parent class of FileInputStream ? | ||||
Difference between Scanner and BufferedReader ? Which one is faster and Why ? | ||||