why interaction with server using javascript is difficult
Answer Posted / pavan
Java script is Object based Language not object oriented.
It is a scipting languge for client side validations only.
It reduces the load on the server by validating the user's
input.
(Object based languages dont support polymorphism and
inheritance. It is difficult to interact with server
without these concepts.)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is mean by collections in java?
What does @param args mean in java?
Explain about method local inner classes or local inner classes in java?
What is flag in python?
Can extern variables be initialized?
Explain the private field modifier?
Is main a function?
What exactly is java?
Explain about complier design(phases)
What is the set interface in java programming?
What do bitwise operators do?
What are the drawbacks for singleton class?
Why static functions are used?
What is a war file?
what are abstract functions?