why doesn't java run on all platforms?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Java support what type of parameter passing ?

7 Answers   Wipro,


What are different type of access modifiers?

3 Answers  


What is the difference between post and put?

0 Answers  


What is singleton class example?

0 Answers  


Explain the init method?

0 Answers  






Which software is used for java programming?

0 Answers  


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


What is pojo class in java?

0 Answers  


What is data object example?

0 Answers  


What is protected access modifier?

0 Answers  


What do you mean by default constructor in java?

0 Answers  


What is java abstraction with example?

0 Answers  


Categories