How are Java source code files named?
Answers were Sorted based on User's Feedback
A java source code file contains atmost one public class
or interface defined with in the file.Java source code
files takes the name of the public class or interface that
is defined with in the source code file.If no public class
or interface is defined with in the source code file then
file must take on a name that is different than its public
class or interface.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
java source code names will be named withthe name of the
class that is declare as publicwith .java extension
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijayakumar chinnasamy
If a java source code file contain public class then the
source code file name should be public class name other
wise compiler error.
if a java source code does not contain the public class
then the name may be class name or anything ,not a problem.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between size and length in java?
What problems will occur when you don?t use layout managers?
what is the use of datasource in core java?
What is method overloading and method overriding?
Can singleton class be serialized?
Can an object?s finalize() method be invoked while it is reachable?
What is meant by call by reference?
Under what circumstances an object reference be cast to an interface reference?
Which method will get invoked first in a stand alone application?
i don't want fullforms of JDK an JVM i want definitions for them
What is floor math?
What does function identity () do?