All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 1m35s
new file: Fac.jav new file: Faculty.jav
14 lines
235 B
Java
14 lines
235 B
Java
import java.lang.String;
|
|
import java.lang.Boolean;
|
|
import java.lang.Integer;
|
|
import java.io.Serializable;
|
|
|
|
public class testclass{
|
|
|
|
public testMethod(ele){
|
|
if(ele){
|
|
return 1;
|
|
}
|
|
return "";
|
|
}
|
|
} |