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 anagram word?
What is a function argument in java?
What is __ init __ functions?
what is instanceof operator used in java?
Difference between arraylist and hashset in java?
Why arraylist is used in java?
Can we overload destructor in java?
What is equals method in java?
What is parsing a sentence?
What is hasnext in java?
What is a conditional statement explain with example?
How do you download stubs from Remote place?
What is the common usage of serialization?
Can we access the non-final local variable, inside the local inner class?
Is arraylist ordered in java?