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 |
Why does java not support pointers?
system.out.println(1 + 3);
What restrictions are placed on method overriding in java programming?
How to call static method?
What is the difference between && and & in java?
what is the use of Clonable,and serializable interface?
What is the destroy method?
What is the difference between static and global variables and also define what are volatile variables?
0 Answers Flextronics, Hexaware,
Explain about data types?
What is predicate in java?
What is difference between printf and scanf?
Explain about interthread communication and how it takes place in java?