在myeclipse中寫代碼和eclipse中不一樣嗎
package com.imoc;
public class Telphone {
//屬性(成員變量)
float screen;
float cpu;?
float men;
void call(){
System.out.println("有打電話功能");
}
void sendMessage(){
System.out.println("發短信功能");
}
}
顯示錯誤信息
System cannot be resolved
package com.imoc;
public class Telphone {
//屬性(成員變量)
float screen;
float cpu;?
float men;
void call(){
System.out.println("有打電話功能");
}
void sendMessage(){
System.out.println("發短信功能");
}
}
顯示錯誤信息
System cannot be resolved
2016-12-08
舉報
2016-12-09
一樣的,沒有啥區別,非要說區別就是eclipse是免費的,myeclipse比eclipse能強大點。你寫的沒main方法是不能跑起來的
2016-12-09
myeclipse適合java web開發 學基礎的話還是用eclipse就可以
2016-12-08
一樣的吧。
就像你通過坐地鐵和打車去同一個地方。
2016-12-08
一樣的吧。