- Java Programming for Beginners
- Mark Lassoff
- 79字
- 2021-07-02 15:22:42
Java comments
You'll notice that some of the contents of this document are completely human-readable; these are what we call comments. Any text that appears in a Java file between the /* and */ symbols will be completely ignored by the compiler. We can write whatever we would like in here and it will not affect how our program would operate. For now, let's just delete these comments so that we can deal purely with our Java code.
推薦閱讀
- 程序員修煉之道:程序設(shè)計入門30講
- Building Modern Web Applications Using Angular
- 控糖控脂健康餐
- Mastering QGIS
- Three.js開發(fā)指南:基于WebGL和HTML5在網(wǎng)頁上渲染3D圖形和動畫(原書第3版)
- Vue.js入門與商城開發(fā)實戰(zhàn)
- Hadoop+Spark大數(shù)據(jù)分析實戰(zhàn)
- JavaScript從入門到精通(第3版)
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- 動手打造深度學(xué)習(xí)框架
- Getting Started with Electronic Projects
- iOS Development with Xamarin Cookbook
- Android應(yīng)用開發(fā)攻略
- 前端架構(gòu)設(shè)計
- MySQL核心技術(shù)與最佳實踐