mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-13 18:24:39 +02:00
Updated java quick
This commit is contained in:
@@ -22,7 +22,7 @@ Multi-line comments look like this.
|
||||
// Import ArrayList class inside of the java.util package
|
||||
import java.util.ArrayList;
|
||||
// Import all classes inside of java.lang package
|
||||
import java.lang.*;
|
||||
import java.security.*;
|
||||
|
||||
// Inside of the learnjava class, is your program's
|
||||
// starting point. The main method.
|
||||
|
Reference in New Issue
Block a user