更新時(shí)間:2020-06-04 16:36:49 來源:動(dòng)力節(jié)點(diǎn) 瀏覽2165次
public?class?Sample?{
????public?static?void?main(String[]?args)?{
????????//?java?compiler?ignores?the?comment
????????System.out.println("Java?programmer");
????????/*
?????????*?comments?make?code?easily?understandable
?????????*/
????}
}
OUTPUT:
Java?programmer
java多行注釋說明
以上就是動(dòng)力節(jié)點(diǎn)java培訓(xùn)機(jī)構(gòu)的小編針對(duì)“編程技術(shù)分享,Java多行注釋之注釋說明”的內(nèi)容進(jìn)行的回答,希望對(duì)大家有所幫助,如有疑問,請?jiān)诰€咨詢,有專業(yè)老師隨時(shí)為你服務(wù)。
相關(guān)閱讀
初級(jí) 202925
初級(jí) 203221
初級(jí) 202629
初級(jí) 203743