You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created two classes in two different package. The package company.employee contains Employee class and company.test contains EmployeeTest class.
package company.employee is imported in company.test package