why interaction with server using javascript is difficult



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

Post New Answer

More Core Java Interview Questions

Difference between Linked list and Queue?

0 Answers   Virtusa,


What is java util function?

0 Answers  


How to prevent to create multiple objects of a java class?

3 Answers   ASD Lab, TCS,


Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


What are the three parts of a lambda expression? What is the type of lambda expression?

0 Answers  


What is the public field modifier?

0 Answers  


Is array primitive data type in java?

0 Answers  


What is the difference between math floor and math round?

0 Answers  


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)

0 Answers  


How to print nodes of a Binary tree?

0 Answers  


How is string stored in java?

0 Answers  


How can we create a thread in java?

0 Answers  


Categories