if a java file without any source code is valid java file?
Answer Posted / gaurav kumar
yes a java file without any source code is valid java file.
it will compile without any error but while running it gives
error-
"could not find or load main class----"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does string isempty check for null?
Why java does not support pointers?
What are the states of thread in java?
Explain about the security aspect of java?
Is an empty arraylist null?
What is the meaning of variables in research?
What is reverse function?
explain the difference between jdk and jvm?
How do you do a line break in java?
Can singleton class be inherited in java?
What's the base class of all exception classes?
What is the default size of set in java?
Is null a string?
What is a vector in java?
what is difference between equals and ==?