is JVM platform dependent or independent..?

Answers were Sorted based on User's Feedback



is JVM platform dependent or independent..?..

Answer / jala

jvm is platform independent wyy because the byete code
instructions are converted to according to that machine code
language

Is This Answer Correct ?    5 Yes 37 No

Post New Answer

More Core Java Interview Questions

How will you convert an ArrayList to Arrays?

4 Answers   KPIT,


What is the purpose of the System class?

0 Answers  


Explain the protected field modifier?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


how copy the hashmap object into arraylist at java program?

4 Answers   HCL, Wipro,






Infinite loop using while ?

4 Answers  


What is Remote Interface ?

6 Answers   CTS,


What is exception in java?

0 Answers   Cyient,


Explain about procedural programming language or structured programming language and its features?

0 Answers  


how to pass the parameters to applets?

1 Answers  


why abstract class will have a constructor?

4 Answers  


What is nested interface?

0 Answers  


Categories