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?





October 10, 2005 04:12:04 #3
 Devidas Sonawane   Member Since: Visitor    Total Comments: N/A 

RE: JVM is platform independent/dependent?why? ...
 
JVM is Platform dependent b'coz if JVM is not loaded in the platform then we can't run program. For every platform need to upload JVM. ArrayList is faster than Array b'coz ArraList is not Synchronized and they directly take parameter, less complcated and easy.  
     

 

Back To Question