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 operator?
What are the access modifiers in java?
What is string and example?
enlist some features of jdk.
Can we have try block without catch block?
What is computer compiler?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Why hashmap is used in java?
how to call a method in different package?
What type of variable is gender?
What are sets in java?
What is a newline character in java?