what is platform independence in java?

Answers were Sorted based on User's Feedback



what is platform independence in java?..

Answer / vishwnath patil

this means byte code of java class that run on any
destributed environment.

Is This Answer Correct ?    9 Yes 0 No

what is platform independence in java?..

Answer / suresh

Once the java code is compiled, it can be run on any
hardware platform that has java interpreter ported on it.It
means, the compiled code can be run on any platform.

Is This Answer Correct ?    9 Yes 0 No

what is platform independence in java?..

Answer / rajesh

compiled code of a program should be executed in any
operating system irrespective of the operating system in
which that code had been generated .This concept is called
platform in dependency

Is This Answer Correct ?    4 Yes 0 No

what is platform independence in java?..

Answer / pramod pawar

Compile once , but run anywhere in short...
is the meaning of platform independence in java...
once we have compiled the program(java.c) its object file
(bytecode) can be created..and that byte-code we can run on
any machine independent of O.S.therefore it is platform
independence.....

Is This Answer Correct ?    2 Yes 0 No

what is platform independence in java?..

Answer / b.subba rayal

Once the java code is compiled, it can be run on any
hardware platform that has java interpreter ported on it.It
means, the compiled code can be run on any platform.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a instance variable in java?

0 Answers  


How many bits is size_t?

0 Answers  


What is defined as false sharing in the context of multithreading?

0 Answers  


What is the public method modifier?

0 Answers  


what is difference betwwen hashmap and hashtable ?

7 Answers   Fidelity,






What is Classloader in Java?

0 Answers  


can we create instance for interface in java?

4 Answers  


What is the static keyword?

0 Answers  


Tell us something about set interface.

0 Answers  


Is ++ operator is thread safe in java?

0 Answers  


How do you set security in applets?

1 Answers   Wipro,


what is the context

2 Answers  


Categories