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
Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.
Hello everybody, I have applied for the AAI jr executive ATC exam. I am from CSE branch. Is Exam paper for the CSE and other branches same or not? Because I don't have knowlwdge on Electronic subject? Can any one please send me the previous exam papers for AAI Jr Executive of CSE branch My id is: naveen.kocherla@gmail.com Thanks and Regards Naveen
how can we implement the raid techmology on linux. operating system
what is trx?
Explain what are db_options used for?
As a good company employee, can you report your supervisor to the company management if he or she is going against the company interest in his or her actions?
How we calculate the recovery of steam as per coal in a boiler if we know the calorific value of coal?
what is the concept of c++ class
Hii can you help me step by step procedure for transfering data in textfields into sql database .mdf(also help me how to create database .mdf file) file after creating submit button in asp.net/ c#?????
Explain a situation in which you handled a customer?s questions or problems?
why we use conio.h in c programming?
HI i have 2 year manual testing exp from MNC in pune but due to some reason i am looking job in testing . Friends hepl me to get the job i am not getting calls. alim24@gmail.com.09860643281
Explain different parts of an instruction. What does the addressing mode bit specifies?
why you are suitable to work here???? plzz give me the ans f this Q. i was told to write 200 words on the spot....
Write a program in āCā language that will perform the following operation on static stack. 1. push 2. pop 3. Display 4. Exit Create separate functions for each operation. The push() should accept one argument of structure type and will not return any thing. The pop() function will not receive any argument & return structure type value. The stack & top must be declare as external variable. Each element of stack will contain the following information Roll No, Std Name, Course. Use do-while loop & switch case for generating the above menu. The format of the output should is given below: S.No. Roll No. Student Name Course 1 cse01 Anil Singh B.Tech