How java is platform independent?

Answers were Sorted based on User's Feedback



How java is platform independent?..

Answer / guest

jvm is used to any platform converted.

Is This Answer Correct ?    24 Yes 97 No

Post New Answer

More Core Java Interview Questions

What is Java Annotations?

0 Answers  


What is null statement?

0 Answers  


Can we override constructor in java?

0 Answers  


What does || mean in code?

0 Answers  


how to pass the parameters to applets?

1 Answers  


How do you find the maximum number from an array without comparing and sorting?

0 Answers   BlackRock,


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


How do you end a program?

0 Answers  


What initialize variables?

0 Answers  


What is the difference between the final method and abstract method?

0 Answers  


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

0 Answers  


Give an example of call be reference significance.

0 Answers   Agilent,


Categories