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 ide with example?
List types of storage classes in java?
What are the differences between string, stringbuffer and stringbuilder?
Why do we override tostring method in java?
What one should take care of, while serializing the object?
What are the legal parameters?
What is java beans?
What is the difference between length and length () in java?
How will you reverse a link list without using recursion?
What is the epoch date?
What is java object name?
What is object cloning in Java?
Where local and global variables are stored?
What is java english?
Can a class be declared as protected?