a simple compiled code is run on a C compiler as well as java
virtual machine. which runs faster and y?

Answer Posted / satya

the simple compiled code is run faster on a c compiler
because in java the compiled code is a byte code,which the
jvm convert into machine readable and then run it.
So it has to do 2 works.

Is This Answer Correct ?    24 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is compiler

1391


Explain the memory reference and register reference instructions as micor operation.

3800


difference between tcp ip and open system interconnection

2075


what is the difference between C and C++? what is the difference between scanf and gets? what is mean by extern what is the use of it? what will happen if i say delete this> Difference between C structure and C++ structure? What is the difference between overloading and overridding? Explain the need for "virtual Destructor" Can we have "virtual Constructors"? What is the different types of polymorphism> What is virtual functions? How to implement virtual function in "C"? What are the different types of storage classes?

1717


the conditional jump instruction in 8086 have a displacement of more than 1 byte.explain how would you tackle a situation in which it is required to branch,on some condition,to a location which is more than 120 bytes away.

1855






I am getting the following error,when I am running the script, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. My Script: Itemname=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Print Itemname Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").Select "Itemname" Any Help? Thanks, Uma

1750


Derive the equation that links voltage, charge and capacitance.

716


hi i am avinash ,i am doing ma b-tech(cse) final year and i have been detained for 2years due to attendance and i will be finished ma b-tech in 6 years ,plz tell me weather i will be eligible for government jobs like bhel, drdo,or any other private companies

1340


how many protocols are available and what are they?

1873


How EVA granules manufactured (I wanted to know the manufacturing process). (Virgin Granules) and what are the Raw Materials used.

1325


write a c program which accept input as:Anu.B.Kapur and give out as:Kapur.A.B using pointers

1281


what is the concept of c++ class

1471


Explain Belady's Anomaly.

1936


what is the differences between software engineering and other engineering disciplines.

3578


Problem:Design and implement a class that allows a teacher to track the grades in a single ourse.Include methods that calculate the average grae, the highest grade, and the lowest grade.Wrute a program to testyour class implementation in a c#. given grades:integral=85, physics=87, datastruct=84.

1539