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

What is hashing principle in java?

0 Answers  


What is literal example?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


Why we use methods in java?

0 Answers  


What about main() method in java ?

0 Answers  






Can we have any code between try and finally blocks?

0 Answers  


Can we overload the methods by making them static?

0 Answers  


Can I use % with real numbers?

0 Answers  


When should I use a singleton?

0 Answers  


how to use this key word in java programming?

7 Answers  


What is an object in java?

0 Answers  


explain the life cycle of thread?

10 Answers   CTS, NIIT, TCS,


Categories