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 a pointer and does java support pointers?

0 Answers  


What is type casting?

2 Answers  


What is hash code collision?

0 Answers  


What are Transient and Volatile Modifiers?

3 Answers   SAP Labs, TUP Manila,


What are access modifiers in Java ?

6 Answers  






How do you reverse a string in java?

0 Answers  


What are the similarities between an array and an ArrayList?

3 Answers  


Write a program to create a binary Tree ?

2 Answers  


Explain about data types?

0 Answers  


What is the synonym of framework?

0 Answers  


What is the difference between preparedstatement and statement in java?

0 Answers  


What is the difference between interpreter and compiling ?

7 Answers   TCS,


Categories