Create a class called Employee as follow: public class Employee private int Id; private String FirstName;...

Posted Date: