- 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.
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- Android 9 Development Cookbook(Third Edition)
- Visual Basic程序設計習題解答與上機指導
- PostgreSQL Replication(Second Edition)
- Hands-On Functional Programming with TypeScript
- Kotlin從基礎到實戰
- Integrating Facebook iOS SDK with Your Application
- Distributed Computing in Java 9
- Learning Grunt
- Java程序設計實用教程(第2版)
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Java程序設計教程
- 用Python動手學統計學
- JavaScript Unit Testing
- 前端架構設計