mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 21:49:22 +01:00
commit
1561ad5116
@ -21,7 +21,7 @@ Multi-line comments look like this.
|
|||||||
|
|
||||||
// Import ArrayList class inside of the java.util package
|
// Import ArrayList class inside of the java.util package
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
// Import all classes inside of java.lang package
|
// Import all classes inside of java.security package
|
||||||
import java.security.*;
|
import java.security.*;
|
||||||
|
|
||||||
// Each .java file contains one public class, with the same name as the file.
|
// Each .java file contains one public class, with the same name as the file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user