A: employees
B: employee
C: a employee
D: an employee
举一反三
- All the _____________ in the company were praised last month. A: woman employee B: woman employees C: women employees D: women employee
- In most organizations, who is primarily responsible for appraising an employee's performance? A: employee's direct supervisor B: company appraiser C: human resources manager D: employee's subordinates
- 有如下类的定义,创建Employee对象正确的是() public class Employee{ private int age; private String name; public void Employee(){ } public Employee(int age){ this.age = age; } public Employee(String name){ this.name = name; } } A: Employee e = new Employee( ) B: Employee e = new Employee(10); C: Employee e = new Employee(tom); D: Employee e = new Employee(10,"tom");
- New employee orientation often includes an introduction to each department in the company but a new employee does not meet senior employees in the process.
- If the employee's performance is unsatisfactory and uncorrectable, the employee should be fired right away.
内容
- 0
有如下类的定义,创建Employee对象错误的是() public class Employee{ private int age; private String name; public Employee(int age){ this.age = age; } public Employee(String name){ this.name = name; } public Employee(int age,String name){ this(age); this.name = name; } } A: Employee emp = new Employee(10); B: Employee emp = new Employee("Tom"); C: Employee emp = new Employee(); D: Employee emp = new Employee(10,"Tom");
- 1
Ahigh-highleaderintheOhioStatestudiesachievedthehighestratingswithrespectto________. A: both employee performance and satisfaction B: employee performance only C: employee satisfaction only D: employee performance for routine tasks only
- 2
阅读以下程序,说明Company类和Employee类是 关系。public class Company{ private Employee employee; public Employee getEmployee(){ return employee; } public void setEmployee(Employee employee){ this.employee=employee; } //公司运作 public void run(){ employee.startWorking(); } }
- 3
Come and meet our _____ . A: employ B: employees C: employer D: employee
- 4
Recognition of employees' performance is middle on the list of employee needs for motivation.