Guide to Object-oriented Programming With Java (Buffalo State University Version)
Chapter 2: Your First Java Program
Java is a popular programming language that is especially suited to develop applications for business and the Internet of Things (IoT).
This guide will use the Eclipse IDE (Neon version) to develop the java
code.
Hello World!
Most beginning programmers start with the standard "Hello World" code:
The Eclipse Console would look like this:
Java provides inline, single line, multi-line, and JavaDoc comments. You can even use HTML tags in JavaDoc comments.