News
Marker interface in java:marker interface is an interface in which there are no members. i.e we don't define any methods or data members inside the marker interface. it is also called tag ...
This repository will contain all the java serialization sample code with proper explanations. Serialization in java is a mechanism of writing the state of an object into a byte stream. It is mainly ...
Serialization is a mechanism of converting the state of an object into a byte stream. Deserialization is the reverse process where the byte stream is used to recreate the actual Java object in memory.
Marker Interfaces or Null interface in Java are special type of interfaces in character as they have no methods declared in them which means that if any classes implementing these interfaces don't ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results