diff. b/w JAVA and javascript...
Answers were Sorted based on User's Feedback
Answer / amol
Java : java is programming language powerded by OOPS concepts
javaScript : is a scripting language which basically used
for client side validation.
| Is This Answer Correct ? | 30 Yes | 3 No |
Answer / guest
Java is a much larger and more complicated language that
creates "standalone" applications. A Java "applet" (so-called
because it is a little application) is a fully contained
program.
JavaScript is text that is fed into a browser that can
interpret it and then it is enacted by the browser
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / puneet
java is an oops related concept language....
and java script is a minor program compiled to run small
java programs ....
| Is This Answer Correct ? | 3 Yes | 6 No |
Functionality of JVM?
Write a program to calculate factorial in java?
How do you compare objects in java?
Which class is the superclass of all classes?
what is difference between String buffer and String builder?
What is the main function in java?
What is a control variable example?
Difference between Linked list and Queue?
What is a databasemetadata?
Is arraylist dynamic in java?
Explain oops concepts in detail?
What are integer overflows and underflows and how to handle them?