Search:

Type: Posts; User: Tamilarasi

Search: Search took 0.08 seconds.

  1. Re: Simple Employee Class Not Passing Tests

    Are you told about this methods?



    public String getName() {
    return name_;
    }

    public void setName(String name) {
    this.name_ = name;
  2. Re: Simple Employee Class Not Passing Tests

    you got any exception or when you struck the process?
Results 1 to 2 of 2