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