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 |
Difference between Linked list and Queue?
What is java util function?
How to prevent to create multiple objects of a java class?
Java is Pass by Value or Pass by Reference?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is the public field modifier?
Is array primitive data type in java?
What is the difference between math floor and math round?
i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)
How to print nodes of a Binary tree?
How is string stored in java?
How can we create a thread in java?