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 are the steps involved to write rmi based programs?
What is the purpose of using the java bean?
Can we execute java program without main method?
What does ide stand for?
Can we override private methods?
Do I need to import java.lang package any time? Why?
Explain the difference between comparator and comparable in java?
Can we write a class without main method in java?
What are the Class Libraries ?
What is final int?
Is a char always 1 byte?
Explain OOPs concept.