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
What is the difference between static binding and dynamic binding?
How do you ensure that n threads can access n resources without deadlock?
What is communist flag?
Why can't we override private static methods?
Where to store local variables?
Explain listiterator and methods in listiterator?
What is wrapper class html?
What is the difference between import java.util.date and java .util?
Why does abstract class have constructor?
What is complexity in java?
What is meant by class and object in java?
Which types of exceptions are caught at compile time?
What is a ?
Is string is a keyword in java?
What are parameters in a method?