why interaction with server using javascript is difficult
Answer / 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 |
What are "methods" and "fields"?
What is string in java? String is a data type?
What are basic keywords?
What is a deadlock ?
What is the implementation of destroy method in java. Is it native or java code?
How destructors are defined in java?
Is 0 true or is 1 true?
Explain different types of wrapper classes in java?
Why string is not thread safe?
What is classname class in java?
How large is a boolean?
Describe what a thread-local variable is in java?