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 |
Is vector thread safe in java?
What is generic class?
What is Applet Stub Interface ?
Explain about features of local inner class?
Is empty .java file name a valid source file name?
Explain numeric promotion?
Which java version is latest?
what is difference between business delegate and data access object(dao)? in java?
How do you invoke a method?
Difference between Primary key and unique key?
What is are packages?
Why object class is super class for every class in java?