Answer Posted / giridhar gangapatnam
No, JRE is not required to compile java files. For the
compilation of java files only javac is enough. but JRE is
for execution of java files
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does system.gc() and runtime.gc() methods do?
What is the importance of main method in Java?
Do I need java on my pc?
Why java strings are immutable in nature?
How to split arraylist elements in java?
Explain what is encapsulation?
Which is the best sorting technique in java?
How many arguments can be passed to main ()?
Can we override the overloaded method?
Does java isempty check for null?
What is difference between arraylist and list in java?
Why is the main method declared static?
Is java owned by oracle?
Difference between final and effectively final ? Why is effectively final even required ?
How to display names of all components in a Container?