difference between comment and variable description in java
Answers
Answered by
0
Answer:
For the Java programming language, there is no difference between the two. Java has two types of comments: traditional comments ( /* ... */ ) and end-of-line comments ( // ... ). ... */ comments are interpreted by the Javadoc tool, which is included in the Java platform and generates documentation.
Answered by
0
Answer:
For the Java programming language, there is no difference between the two. Java has two types of comments: traditional comments ( /* ... */ )and end-of-line comments ( // ... ). ... */ comments are interpreted by the Javadoc tool, which is included in the Java platform and generates documentation
Similar questions
Math,
16 days ago
Math,
16 days ago
India Languages,
16 days ago
English,
1 month ago
English,
9 months ago