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

Is constructor inherited?

0 Answers  


why java does compile time polymorphism at run time ?

6 Answers   CTS, TCS,


How do you add an element to a hashset in java?

0 Answers  


Can keyword be used as identifier?

0 Answers  


Can I extend singleton class in java?

0 Answers  






class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example

3 Answers   Wipro,


difference between jsp and java script?

3 Answers  


i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)

0 Answers  


What is java dot?

0 Answers  


what is meaning of JIT?

4 Answers  


How to pass arraylist to stored procedure in java?

0 Answers  


What are the loops in java?

0 Answers  


Categories