Is JRE required to compile Java files ?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?

623


What is the difference between quicksort & mergesort? When should they be used? What is their running time?

662


What is array length?

512


Is zero a natural number?

581


What is factor r?

535






What is the private method modifier?

594


Does windows 10 need java?

600


Can we create object of static class?

536


What is meant by object?

583


What variables are stored in stack?

537


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

569


Explain the difference between association, aggregation and inheritance relationships.

562


How many bytes is 255 characters?

559


What is string in java?

570


What is the use of put method?

524