filmov
tv
Java Practice Examples - Module 1-5 Creating Comments in Java

Показать описание
In this series, we'll be using the free Visual Studio Code to develop and test our code samples.
In this example, you are looking at how to comment your code in Java. There are two major forms of comments, the double forward slash - which comments out a single line, and the multi-line comment, which can also do just a part of the line, in addition to multiple lines.
Additionally, there is a modification which allows you to automatically helps you write Java docs.