Answer Posted / 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 |
Post New Answer View All Answers
Can we declare the static variables and methods in an abstract class?
In a class implementing an interface, can we change the value of any variable defined in the interface?
what is the difference between preemptive scheduling and time slicing? : Java thread
what is nested class in java?
How transient variable is different from volatile variable?
What is the benefit of inner classes in java?
What are jee technologies?
What is namespace in java?
Give few difference between constructor and method?
When do I need to use reflection feature in java?
How we create object in copy constructor?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
Give any two differences between C++ and java.
What is the purpose of file class?
what is encapsulation in java? Explain