Search This Blog

Friday, June 6, 2025

Java - IO - usecase

 To Store object data into a file, you can serialize a class by implementing the Serializable interface. If you do not want to store a particular field in the file, which of the following modifiers will prohibit it?

a) private

b) protected

c) volatile

d) final

e) static


Created by Nancy N.

@14:06 06-06-2025



No comments:

Post a Comment