diff. b/w JAVA and javascript...

Answers were Sorted based on User's Feedback



diff. b/w JAVA and javascript.....

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

diff. b/w JAVA and javascript.....

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

diff. b/w JAVA and javascript.....

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

Post New Answer

More Core Java Interview Questions

List the interfaces which extends collection interface?

0 Answers  


explain about jre and jvm

2 Answers  


What does flagged out mean?

0 Answers  


explain System.out.println

107 Answers   Calpine Technologies, Care, Cognizant, CTS, IBM, IBS, LibSys, Oracle, Spiro Solutions, TCS,


What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.

6 Answers   iFlex, Sapient,






What are the drawbacks for singleton class?

0 Answers  


explain the life cycle of thread?

10 Answers   CTS, NIIT, TCS,


What are multiple inheritances? Is it supported by java?

0 Answers  


Can a boolean be null java?

0 Answers  


what is object slice?

0 Answers  


Which is better ascii or unicode?

0 Answers  


I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.

3 Answers   Amtek, Huawei,


Categories