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 are null interfaces in JAVA ? and give me some examples?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
Difference between this() and super() ?
Can an interface extands a class?
Give reasons supporting that string is immutable.
where do you place after you did code in java
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What method is used to compare two strings ?
What is the difference between char and char *?
when should you use stringbuilder class in a program?
What are the uses of java?
What are the main uses of this keyword?