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 is queue in java?
What is scope & storage allocation of global and extern variables? Explain with an example
Why object class is super class for every class in java?
What do you mean by stream pipelining in java 8?
What class is used to implement a Throwable array?
why abstract class does not have object creation
Difference between error and exception
Can a serialized object be transferred via network?
Is age discrete or continuous?
How many characters is 16 bytes?
What is the difference between math floor and math round?
Is java ee a framework?