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 |
What is the difference between the direct buffer and non-direct buffer in java?
What does the exclamation mark mean in java?
How hashmap increases its size in java?
What environment variables do I need to set on my machine in order to be able to run java programs?
What does += mean coding?
What is ascii format?
i need income tax program using java inheritance concept. could u please help me?
What is time complexity java?
What is the difference between compiler and jvm?
Can we extend singleton class in java?
What is singleton pattern?
What is adapter class?