List few difference between java and javascript?



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

Post New Answer

More JavaScript Interview Questions

show the date in textbox when we select item (items like-- today,yesterday,lastweek,lastmonth,lastyear) from dropdownlist using javascript?

1 Answers  


How can you create an Object in JavaScript?

1 Answers  


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.

1 Answers  


How do you reverse a string in javascript?

1 Answers  


How do you know if a set of points is a function?

0 Answers  


Is an interface is a class?

1 Answers  


Is javascript multi-threaded or single-threaded?

1 Answers  


Which built-in method reverses the order of the elements of an array?

1 Answers  


Can I write javascript in notepad?

1 Answers  


What is the importance of <script> tag?

1 Answers  


What does three dots mean in texting?

1 Answers  


How do you create a new object in JavaScript?

3 Answers   Satyam,


Categories