mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-04 22:07:52 +02:00
removing false statement about classes (#3039)
This commit is contained in:
committed by
Pratik Karki
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
|
||||||
|
Reference in New Issue
Block a user