Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is JRE required to compile Java files ?

Answers were Sorted based on User's Feedback



Is JRE required to compile Java files ?..

Answer / abhishek

see,javac is compiler of java which is use to convert
the .java file into .class file,but only .class file can
not exceute the java program for exceuting java program we
should require a enviorment and a JIT compiler,the
enviorment over which .class file exceutes itself is called
jre(java runtime enviorment),Na JIt compliler which works
as interepter for .class file ,that makes java plate for
independent

Is This Answer Correct ?    11 Yes 0 No

Is JRE required to compile Java files ?..

Answer / harish

To compile a Java file, it should have a tools.jar and
dt.jar in the classpath. It should have a javac
executable. It compiles the class file. If you want to
execute the class file, you should have a Java Run-time
Environment. (JRE)

Is This Answer Correct ?    8 Yes 3 No

Is JRE required to compile Java files ?..

Answer / madan

no

Is This Answer Correct ?    5 Yes 2 No

Is JRE required to compile Java files ?..

Answer / 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

More Core Java Interview Questions

What classes of exceptions, thrown by a throw statement?

2 Answers  


Which sorting is used in arrays sort in java?

0 Answers  


What a static class can contains?

0 Answers  


Can any one say how will sort map objects in java?

2 Answers   TCS,


Can we force garbage collector to run ?

0 Answers   B-Ways TecnoSoft,


What Is Pointer?

4 Answers  


String class is defined under which package in java?

0 Answers  


Write a program to create a binary Tree ?

2 Answers  


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?

0 Answers  


Why are functions called methods in java?

0 Answers  


what is business delegate?

2 Answers   TCS,


What is flag in java?

0 Answers  


Categories