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 |
v-model life cycle
Compare overloading and overriding?
What is the basic difference between string and stringbuffer object?
How can an exception be thrown manually by a programmer?
How variables are declared?
Can we rethrow the same exception from catch handler?
Can a final method be overloaded?
State one difference between a template class and class template.
What are sets in java?
How many bytes is a character?
why do we use interface in java?
Can you pass by reference in java?