mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
removing false statement about classes (#3039)
This commit is contained in:
parent
999e0ce3d7
commit
2abfabae15
@ -44,8 +44,6 @@ import java.util.ArrayList;
|
|||||||
// Import all classes inside of java.security package
|
// Import all classes inside of java.security package
|
||||||
import java.security.*;
|
import java.security.*;
|
||||||
|
|
||||||
// Each .java file contains one outer-level public class, with the same name
|
|
||||||
// as the file.
|
|
||||||
public class LearnJava {
|
public class LearnJava {
|
||||||
|
|
||||||
// In order to run a java program, it must have a main method as an entry
|
// In order to run a java program, it must have a main method as an entry
|
||||||
|
Loading…
Reference in New Issue
Block a user