Monday, February 13, 2017

Java interesting Rules

1)  Java file can only have one Public with same Name of the file.
Can have any number of classes with different names...

2) A file can have any number of classes and any number of mains in each class

3)

No comments:

Post a Comment