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 |
Can memory leak in java?
Which methods cannot be overridden in java?
What are inner and anonymous class?
what is the difference between cd & dvd ?
30 Answers Lovely Professional University, Satyam, Sibylsys,
What is ternary operator?
What is java argument list?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
How to eliminate duplicates from an array?
6 Answers ABC, AdMod, Adobe, College School Exams Tests, Patni, Wipro,
What methods are used in Servlet?Applet communication?
C and C++ has constructors and distructors, why does Java does not have distructors?
Can a class be a super class and a sub-class at the same time? Give example.
What is the do while loop syntax?