what do you meant by Platform-Independent in Java?

Answers were Sorted based on User's Feedback



what do you meant by Platform-Independent in Java?..

Answer / rohit kumar

Platform independent means the Bytecode generated by javac
can b used to run on any different machine i.e Bytecode is
independent of Operating system .For example if u hav
written n compiled a java prog on Win Xp then u can run the
bytecode on any other os havin jvm like linux,macintosh
that's wat u called platform independence
So ULTIMATELY BYTECODE IS PLATFORM INDEPENDENT..........

Is This Answer Correct ?    66 Yes 4 No

what do you meant by Platform-Independent in Java?..

Answer / priya

Because after compiling java programs, it creates .class
file.We can only copy this file to other machine so that
program can be executed.So java is called platform
independant.

Is This Answer Correct ?    28 Yes 8 No

what do you meant by Platform-Independent in Java?..

Answer / ramesh

the byte code which is generated after compilation can run
on any proceesor.thats why it is platform independent.

Is This Answer Correct ?    11 Yes 2 No

what do you meant by Platform-Independent in Java?..

Answer / kanchan

java is platform independant becouse "write once and run
everywhere" feature is used in java.

Is This Answer Correct ?    11 Yes 7 No

what do you meant by Platform-Independent in Java?..

Answer / divyanshi shrivastava

Its a platform independent , have file can be run under any os nd everywhere .which has JVM hence .hence its platform inde. But JVM is platform dependent..

Is This Answer Correct ?    1 Yes 0 No

what do you meant by Platform-Independent in Java?..

Answer / durgaprasad

java is platform indepedent because,the file created after compilation ie..EXE file can be run under any OS, which has JVM (java virtual machine)hence java is platform independent, but JVM is platform Dependent.

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More Programming Languages AllOther Interview Questions

What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?

0 Answers  


What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f

0 Answers   Peerless,


WAP to print all prime nos between 1 to 100 without using user input...pls reply within few hours...

1 Answers  


Why data bus is bidirectional and address bus is unidirectional?

4 Answers   Infosys, Wipro,


9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29

2 Answers   TCS,






What is the Super Class of Exception in java?

11 Answers   Andesa Services, Benchmark, CitiGroup, CMC, Evergent, KOT Systems, Value Labs, Vijay infoart Solutions,


in a VB application, where the data will be stored after manipulation? what is the syntax for that?

0 Answers   TCS,


While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????

2 Answers  


Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?

0 Answers  


how to convert hashmap to arraylist with iteration

0 Answers   DFD,


About CLR, reflection and assemblies?

2 Answers   pspl,


when we use mantis? how learn mantis?

0 Answers  


Categories