Answer Posted / shadow
Both of these are totally different things with nothing
common except the word "java". Javascript is a scripting
language that is interpreted by ur internet
browser.Javascript has nothing to do with the java
language, although it contains java in its name. As far as
its use is concerned, it is used mostly to validate the
user input on web forms. Also it is gr8ly used to change
the appearance of ur web page dynamically.
On the other hand, jsp is a part of java language and it
stands for java server pages. Server pages are the pages
that dynamically change their content according to the user
input(e.g when u login to hotmail or yahoo, it shows u ur
account after loging in). So jsp supports these dynamic
features and interaction with the databases.
Both of these are totally different things with nothing
common except the word "java". Javascript is a scripting
language that is interpreted by ur internet
browser.Javascript has nothing to do with the java
language, although it contains java in its name. As far as
its use is concerned, it is used mostly to validate the
user input on web forms. Also it is gr8ly used to change
the appearance of ur web page dynamically.
On the other hand, jsp is a part of java language and it
stands for java server pages. Server pages are the pages
that dynamically change their content according to the user
input(e.g when u login to hotmail or yahoo, it shows u ur
account after loging in). So jsp supports these dynamic
features and interaction with the databases....
$HADOW
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is meant by call by reference?
Can we write class inside a class in java?
What is matcher in java?
Is main is a keyword?
What is the difference between stream and buffer?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Mention a package that is used for linked list class in java.
What are the different types of collections in java?
What do you understand by overloading and overriding in java?
What does method mean?
can I implement my own start() method? : Java thread
What are the problems faced by java programmers who don't use layout managers?
What is canonical name in java?
Explain reverse a linked list iterative solution in java?
What is a parent class in java?