public interface Math{
public boolean result() throws exception;
}
//這是接口類當你爲一個方法提供一個實現布爾接口方法不能從它的實現方法獲得的價值
EJB類將實現此方法
public class xyz implements Math{
public boolean result() throws exception;
boolean result = true;
return reult1;
}
請更好地解釋問題以及您嘗試過的方法。 – Fedy2
你的代碼沒有任何作用。你應該對你在這裏發佈的代碼更加謹慎。 –