Find a Question:
Is javascript static or dynamic?
Jul
23
2011
Recently in my college my Java faculty asked me if Java Script is Dynamic or Static language. I was confused but I gave the answer in a confident manner and told that it is a Dynamic language. And to support my answer I gave some examples. But then even she was confused. So guys tell me what type of web pages we get if we use Java Script.
Answer this Question
You must be Logged In to post an Answer.
Not a member yet? Sign Up Now »
Star Points Scale
Earn points for Asking and Answering Questions!
[1 - 25
[26 - 50
[51 - 500
[501 - 5000
[5001 - 25000
[25001+
Answer #1
Yes, you are right, Javascript is dynamic. It allows you to chnage the elements of an HTML page in runtime i.e. dynamically (without refreshing the page).
loading...