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 ?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a class extends itself in java?

1069


What is a parent class in java?

1057


Does java have extension methods?

1046


When does a class need a virtual destructor?

1066


Can interface be private in java?

1068


Can we serialize static variables in java?

1145


what is the constructor and how many types of constructors are used in java?

1036


Explain the difference between protected and default access.

1044


What is meant by final class?

1182


Is singleton class immutable?

1016


How do you declare a string variable?

1076


What is the basic concept of java?

1067


How do I stop concurrentmodificationexception?

1079


How concurrent hashmap works?

1240


Difference between == and .equals() ?

1037