Why Class name and file name of java should be same?
For JVM search purpose both names are should be the same. after compilation every java class create .class files with class name not with file name. based on class name we will execute java application.
No comments:
Post a Comment