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
What are extraneous variables examples?
What is nested top-level class?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What all methods are used to prevent thread execution ?
How to use arraylist in java netbeans?
What is compiler and what its output.
Why java is secure? Explain.
In Java list the methods that can be overridden?
What is constant in programming?
What mechanism does java use for memory management?
Using callable statement how can you pass out parameters, explain with example?
Mention a package that is used for linked list class in java.
I want to print “hello” even before main is executed. How will you acheive that?
What is the default value of float and double datatype in java?
What is bubble sort in java?