List few difference between java and javascript?
Answer / Dabeer Ahmad
{"Java": [n "Strongly typed",n "Compiled language",n "Not JavaScript (the name is a marketing strategy)",n "Platform-independent (bytecode)"n],n"JavaScript": [n "Weakly typed",n "Interpreted language",n "Based on ECMAScript standard",n "Browser-side programming language (originally)",n "Supports dynamic objects and functions"n]}
| Is This Answer Correct ? | 0 Yes | 0 No |
show the date in textbox when we select item (items like-- today,yesterday,lastweek,lastmonth,lastyear) from dropdownlist using javascript?
How can you create an Object in JavaScript?
Write a program that inputs a 5-digit integer from the keyboard and prints if the input number is a palindrome or not. A palindrome is a number which has the same digit from either end.
How do you reverse a string in javascript?
How do you know if a set of points is a function?
Is an interface is a class?
Is javascript multi-threaded or single-threaded?
Which built-in method reverses the order of the elements of an array?
Can I write javascript in notepad?
What is the importance of <script> tag?
What does three dots mean in texting?
How do you create a new object in JavaScript?