About Question enthuware.ocajp.i.v8.2.898 :
Posted: Fri Nov 30, 2018 6:02 pm
Why would you even need to have the class displayed in the question?
Code: Select all
public class Employee{
String name;
public Employee(){
}
}