Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 248 Page Views: 

Is Java a platform independent language?



Posted By: Avi Date: 3 November 2010 05:44:46 PM
 Answer:

Yes, and this is a great advantage.


Posted By: avibtech


Date: 3 November 2010 05:44:46 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image TytsSq
Related Questions
Core Java : What is a Dictionary?

What is a Dictionary?

Dictionary is a parent class for any class that maps keys to values, in it every key is associated w....
Category: Core Java Date: 11/9/2010 4:56:47 AM
Core Java : What is a JVM heap?

What is a JVM heap?

The heap is the runtime data area from which memory for all class instances and arrays is allocated.....
Category: Core Java Date: 11/9/2010 4:23:46 AM
Core Java : What is the difference between Vector and ArrayList ?

What is the difference between Vector and ArrayList ?

Vector is synchronized , grows by 100% and having constructor to specify the incremental capacity, A....
Category: Core Java Date: 11/9/2010 3:39:51 AM
Core Java : What is the ResourceBundle class?

What is the ResourceBundle class?

The ResourceBundle class is used to store locale-specific resources that can be loaded by a program ....
Category: Core Java Date: 11/9/2010 2:55:55 AM
Core Java : What are wrapped classes?

What are wrapped classes?

Wrapped classes are classes that enble you to access primitive types as objects.
Category: Core Java Date: 11/9/2010 2:35:48 AM