Java Serialization Tutorial

As much Java knows how to use objects, perhaps no other language knows. You can assign the properties of one object to another in three ways – Shallow copying, Deep copying and Cloning. You can imagine a simple primitive data type as an object with wrapper classes. You can see a system IP address or …

Java Serialization Tutorial Read More »