if a java file without any source code is valid java file?
Answer Posted / kartik kudada
Yes, It is possible .
java file can be empty.
You could check it eclipse.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is the unit of plancks constant?
What is the byte range?
What is wrapper class html?
In how many ways we can do exception handling in java?
Can we inherit inner class?
What are the 3 types of control structures?
Can we make a constructor final?
How to make a non daemon thread as daemon?
How do you print array in java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is the difference between a static and a non-static inner class in java programming?
What is the difference between path and classpath variables?
What is an example of a conditional statement?
Is there any difference between synchronized methods and synchronized statements?
Why is java multithreaded?