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
Tell me about your ability to work under pressure
Why can't we override private static methods?
Why is it called a string?
What does method mean?
Can we extend singleton class in java?
What is the driver class?
What is the default value of float and double datatype in java?
What is the difference between access specifiers and access modifiers in java?
why java does not support unsigned keyword?
enlist some features of jdk.
What is data type modifier?
What is the difference between JVM and JRE?
What are the differences between the constructors and methods?
What is a jit compiler?
How do you remove all elements from an arraylist in java?