why is java platform indipedence

Answers were Sorted based on User's Feedback



why is java platform indipedence..

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

why is java platform indipedence..

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

Post New Answer

More JavaScript Interview Questions

What's relationship between JavaScript and ECMAScript? And What are JavaScript types?

0 Answers   MCN Solutions,


What is data type in javascript?

0 Answers  


What are the advantages of using JavaScript?

0 Answers  


Is javascript case sensitive?

0 Answers  


how to activate and deactivate the constraint with all the default values

0 Answers  






In Java coding we will write a public static void main()? Why won't we write as a static public void main()

0 Answers  


How you will add function as a property in a javascript object? Give an example.

0 Answers  


Define a named function in javascript.

0 Answers  


How can you convert the string of any base to integer in JavaScript?

0 Answers  


What are the security related issues in JavaScript scripts?

3 Answers   Four soft,


What is a noscript tag?

0 Answers  


How to read a cookie using javascript?

0 Answers  


Categories