Answer Posted / 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 |
Post New Answer View All Answers
How to delete an array entry using javascript?
Explain the typeof operator?
Why are callbacks used?
How to associate functions with objects using javascript?
hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector
How to load another html page from javascript?
What is encodeuri() in javascript?
What is === in javascript?
Is a hash table an array?
Can you run javascript in notepad?
How to write hello world on the web page?
What is the use of a boolean object in javascript?
How do I run code in browser console?
What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }
What are Cookies in Javascript?