mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Updated java quick
This commit is contained in:
parent
4642a4884c
commit
832652a457
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user