LEARNING TOPIC

Java Basics

Java Basics Articles

13 articles
Java Basics 4 min read

9-How to use comments the right way.

💬 Comments in Java: Single-Line, Multi-Line and Documentation Comments 📌 Introduction Comments in Java are non-executable statements used to explain code. They are ignored by the…

Read Article →