Answer Posted / 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 View All Answers
What are the limitations of javascript?
Why javascript is so popular?
Define closure.
Difference between Client side JavaScript and Server side JavaScript?
How many types of data types are there?
Explain “use strict” ?
What do you mean by enumeration?
What is the use of decodeuri() and encodeuri()?
Example of using regular expressions for syntax checking in javascript?
How do you access an element in an HTML document with JavaScript?
What causes memory leaks?
What's Prototypes for JavaScript
How to add behavior to an element using javascript?
What's math constants and functions using javascript?
How to handle event handlers?