why java is called platform independent?
Answer / argha chowdhury
software platform means os and hardware of a system.java
called as platform independent because we can use java
application at any operating system and any hardware.so we
called java as platform independent..
| Is This Answer Correct ? | 1 Yes | 0 No |
Why is javascript used for web pages?
What are the methods involved in javascript?
What is the instanceof operator in JavaScript?
Name some of the ways in which Type Conversion is possible?
what is syntax of wapper class
What are self Executing Functions?
What does triple dot mean?
How to you change the title of the page by javascript?
Explain spread operator in javascript?
What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);
What's the difference methods get and post in html forms?
Write a way by which you can do something on the close of the window ?