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
Why do we use threads in java?
What is a heavyweight component?
When is the finalize() called?
How do you get the length of a string in java?
What is the difference between jdk, jre, and jvm?
Can you explain inner class.
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Can we increase size of array?
What are the ways in which a thread can enter the waiting state?
Why declare Main() inside the class in java ?
What about static nested classes in java?
What are the library functions in java?
What is the purpose of the return statement?
Can you override static methods?
Can we declare a class as abstract without having any abstract method?