5 min read
This study guide covers Java commenting and documentation, including single-line, multi-line, and Javadoc comments. It explains the purpose of each comment type and demonstrates their usage within classes and methods. The guide also touches upon preconditions and postconditions within Javadoc comments.
Give us your feedback and let us know how we can improve
Question 1 of 7
What symbols are used to start a single-line comment in Java? 🤔
//
/*
/**