What is JVM and its role? What is the feature of platform
independency in Java? How does it differ from C++?
Answer Posted / sunil.hit
JVM is java virtual machine.
when we say that its platform independent it doesn't mean we dont required it on our desktop or laptop.
it just means that you just need that JVM file to run all java application over your machine.
it automatically comes with all the OS now a days. so you dont required to install that JVM file.
otherwise...
when ever you are connected with internet and you are downloading any java application
the server at the other side send your machine that JVM file
it then install automatically or it will create a dummy.
and when the application is install to use it will not through any error.
JVM file will be supported by all OS since its global .
that makes it platform Independent.
whereas in C++ dont have such file, it is needed to be install or copy all the file to your machine.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what is the differences between software engineering and other engineering disciplines.
a steel bar 1' inch square 6' long is to be used as a column.ends are free to rotate put may not be displaced.stress is limited to 30,000 PSI
what are differences b/w EIA 449 and EIA 530?
I am going to appear for ISRO written test on 26 th april 2009 .So kindly forward me sample previous question paper for ISRO for BE Computer Science . My mail id : jothychristiya@gmail.com
I am selected interview for computer sc.please give me some information how many types question asked in interview.my id is sumanadas10@gmail.com
there are 50 users in a network, one system is virus affected , how to find that virus affected system?
what is mean by oracle?And how it is used?
Hello sir i finished my BE computer 2009 batch. I'm not gud at programming like 0 knowledge and i'm not interested in it too . Except this programming field is anyother option to afford into a new one ??????? can anyone help me plz
How to recyling of Expired Computer/Laptop,Mouse,CPU & Key Board (Warranty)?
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.
WRITE A C PROGRAM TO REVERSE THE LINK LIST WITHOUT CREATING NEW LIST?
write a c++ program to interchange two-integer number without using the third variable. use concept of constructor overloading.
i want to knw about what is lead,survey, oppertuinty , questionary,sales order,quotation,marketng conecpts in deatil and how it works in SAP CRM. Please send to my email- id as soon as possible. Thanks in Advance . :) nimi.nimisha1@gmail.com
#include
Explain the following program segment. f(){ int *b; *b=2; }