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 |
Tell me a few examples of final classes defined in Java API?
Why local variables are stored in stack?
What is “try and catch” in java
Can private class be inherited in java?
What is difference between classpath and path variables in java?
what is Dictionary? and what purpose it is used for?
how to run ecllipse with jettyserver for windows environment using batch file
Is 0 a real number?
What do u mean by method and also contructer in java ?
How to handle a web browser resize operation?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is meant by 'bit masking' in java?