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
Which of the classes will have more memory allocated?
Explain how to convert any java object into byte array.
Difference between string, string builder, and string buffer?
What is an example of a constant variable?
What is a map in java?
How many return statement are allowed in a function?
What is the numeric promotion?
What is meant by the value of a variable?
What are different types of states exist for a thread?
What is the difference between heap memory and stack memory?
What is difference between char array and string?
How do you check if a string is lexicographically in java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
How do you reverse a list?
Is java util regex pattern thread safe?