GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  

JVM is platform independent/dependent?why?

2) which one is faster in execution Array List or Array? why?





February 02, 2008 02:13:16 #9
 shekarGeek   Member Since: March 2007    Total Comments: 6 

RE: JVM is platform independent/dependent?why? 2) which one is faster in execution Array List or Array? why?
 
JVM is PI.Byte code is a highly optimized set of instructions. JVM is an interpreter for byte code. Translating a java program into byte code helps makes it much easier to run a program in a wide variety of environment.JVM is an interpreter for byte codeJRE is an implementation of the Java Virtual Machine, which actually executes Java programs.
     

 

Back To Question