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
HOW WE CAN CORRELATE THE MA\ECHANICAL POWER TO ELECTRICAL POWER. SUPPOSE IF I WANT A PUMP OF PUMPIG 200 LPM AT 20 METER HEAD MENAS WHAT IS THE POWER NEEDED FOR PUMP IN ELECTRCAL AND HOW CAN WE GET IT
If memory is allocated to a class,when object of the class is created then how do we use the abstract class methods.coz v cant create obj of abstract class, only reference is created,when the abstract class data and members got the space in memory??
need tcs questn papers from 2007 to 2009 plzzzmail to 9015.rama@gmail.com its urgent
one fuse has following data 80A 415V -6.9W HN SIZE 00 100 KA gG Please tell me about what is the mean of 100kA gG
i want to do oracle certification..could any one pleas tell me what is the level 1 certification exam in oracle? how do we get dumps?
Q1. A. Compare the advantages and disadvantages of a three- dimensional monitor using a varifocal mirror with a stereoscopic system. B. Write a routine to implement the polymarker function.
Find the maximum stress intensity in the section?
XSL and XSLD difference
hi my name is ashok i have 55 per and 2 backlogs and one year left may i get above 60 pr
what is the main fuction of OSPF in a internetwork? how does work of same network?
Key difference between ip10 and ip20 of ceragon equipment?
how can one get scholership based on gre score ang how much scholarship one can get, plz suggest the way one can apply and get scholarship
What would happen if you drilled through the Earth all the way to the other side and then jumped into the hole?
what is the pri request of binary search
Explain the following program segment. f(){ int *b; *b=2; }