Slide 23 of 33
Lecture 1: Introduction
Previous
Next
Overview
A Simple Program
public class
ClassName
(in a file called
ClassName.java
)
public static void main(String[] args)
//
comment
Method call
System
class
System.out
object
println
method