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

Give a practical example of singleton class usage?

0 Answers  


What is the largest number a double can hold?

0 Answers  


Should you use singleton pattern?

0 Answers  


Can a class extend more than one class?

0 Answers  


Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?

0 Answers   HCL,






Explain the reason behind ending a program with a system.exit(0)?

0 Answers  


Can you change array size in java?

0 Answers  


What are the 6 mandatory procedures for iso 9001?

0 Answers  


What are the main uses of this keyword?

0 Answers  


What do you mean by collectors in java 8?

0 Answers  


What is null statement?

0 Answers  


What is the console in java?

0 Answers  


Categories