why is java platform indipedence
Answers were Sorted based on User's Feedback
Answer / ravikumarg
Java is platform independent because "Write once Run anywhere and any OS".(Unlike c,c++ are system dependent).Java is internet spported language.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / smriti
platform independent means, the compiled program can be run on any operating system, JAVA is called so since it generates the byte code which can be run on any
environment.
JAVA is both platform independent and platform dependent
JAVA
platform dependent means the JVM dependent &
JAVA platform independent means the compiled code can be executed any where..
| Is This Answer Correct ? | 4 Yes | 1 No |
What are the ways to define a variable in javascript?
Is there any difference between javascript and jscript?
What are the difference between javascript and jquery?
If you need to hide the javascript code from the older browser versions, how will you perform it?
What are the types used in javascript?
Please write the Code of simple javascript calculator withot eval() function
What is rest parameters in javascript?
What is the purpose of 'this' operator in JavaScript?
What is output of undefined * 2 in javascript?
what is the difference between let, var, and const?
Can I learn javascript without knowing java?
Explain why asynchronous code is important in javascript?