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

Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?

4 Answers   Satyam,


What is a string token?

0 Answers  


I need some details about an employee. i have only the employee id in my presentation layer(JSP).I entered that ID and click "Show Details" Button. Question is how the JSP pass that id to Controller layer and DAO and what mechanism we are using to retrive data from DB and how the data passed to JSP as a Output. Please explain in detail.

1 Answers   TCS,


Why do we need hashmap in java?

0 Answers  


Explain how hashmap works?

0 Answers  






How to use string tokenizer class.

0 Answers  


What is meant by structural programming?

0 Answers  


Why set is used in java?

0 Answers  


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

0 Answers  


What is the meaning of nullable?

0 Answers  


What are classloaders?

0 Answers  


Difference between an argument and a parameter?

10 Answers   Accounting, HCL, IBM, Quinnox,


Categories