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
How to show progress bar while loading using ajax call?
What is hoisting in javascript?
What is unescape() function?
How to test a string as a literal and as an object ?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
How can you declare a class in javascript?
What is difference between ajax and javascript?
How to clone an object in javascript?
What is a function constructor?
When would you use javascript closures?
How would you compare two objects in JavaScript?
What are the types of variables in javascript?
Does javascript have the concept level scope?
What are the new ways to define a variable in Javascript?
What is the difference between arrow function and normal function?