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
Is it possible to override private or static method in java?
What will be the initial value of an object reference which is defined as an instance variable?
Does variable declaration allocate memory?
Can we write multiple catch blocks under single try block?
What does super keyword do?
Is null function in java?
What are the Class Libraries ?
Can you explain the final method modifier?
What is dynamic binding(late binding)?
Define locale.
What are the two ways in which thread can be created?
What is parameter example?
How is abstraction implemented in java ?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Is map ordered in java?