Write a Java program to serialize the objects of the class ‘Employee’ which has the following details: emp_id, emp_name, emp_dept, emp_desig, emp_expr, emp_sal. Use appropriate classes for writing and reading the data into and from files. code example
Example 1: import java.io.serializable
import java.io.Serializable;
Example 2: when to use serializable in java
serialize(empObj);