how we can say java is platform independent, while we
require JVM for that particular Operating System?

Answer Posted / gayatri

Because every os has its own jvm

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are strings stored in c?

588


Is c a great language, or what?

600


Subtract Two Number Without Using Subtraction Operator

350


List the difference between a "copy constructor" and a "assignment operator"?

576


Tell us two differences between new () and malloc ()?

610






4. main() { int c=- -2; printf("c=%d",c); }

1364


Can you mix old-style and new-style function syntax?

660


What are the two forms of #include directive?

640


When should the const modifier be used?

652


Is main is a keyword in c?

602


Difference between Function to pointer and pointer to function

625


What is null pointer in c?

589


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

613


What is identifiers in c with examples?

672


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2264