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 |
Can constructor be synchronized?
When to use runnable interface vs thread class in java?
What is namespace in java?
What is the difference between overriding & overloading?
What is string manipulation?
Give us the name of the list layoutmanagers in java?
What is the list interface?
What are the major advantages of internal iteration over external iteration?
What is an immutable object? How do you create one in java?
Is vector thread safe in java?
What is the difference between private & public & friendly classes?
What is e java?