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

Is vector thread safe in java?

0 Answers  


What is generic class?

0 Answers   Tech Mahindra,


What is Applet Stub Interface ?

0 Answers  


Explain about features of local inner class?

0 Answers  


Is empty .java file name a valid source file name?

0 Answers  


Explain numeric promotion?

0 Answers  


Which java version is latest?

0 Answers  


what is difference between business delegate and data access object(dao)? in java?

1 Answers  


How do you invoke a method?

0 Answers  


Difference between Primary key and unique key?

4 Answers  


What is are packages?

0 Answers  


Why object class is super class for every class in java?

0 Answers  


Categories