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 |
why HashTable not allow null key and value
Can singleton class be serialized?
How can we break singleton in java?
What are heap memory and stack memory and what are memory tables.
Why there is no call by reference in java?
what is the difference b/w PUT and POST method to send data to the server
how to handle http request in struts
when we create singleton design then we create private constructtor..so how JVM take private constructor to make object..but it's private..
what do you mean by classloader?
What is a function easy definition?
What is a numeric format?
What is the difference between the paint() and repaint() methods in java programming?