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 |
What are the types of relation?
What is int argc char * argv?
Why we cannot override static method?
What are the limitations for static method?
Can we increase array size dynamically in java?
what do you meant by Platform-Independent?
What is the difference between an if statement and a switch statement?
How many ways can an argument be passed to a subroutine?
3 Answers Technological University of the Philippines,
What are the difference between string, string builder, and string buffer in java?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
How to create a thread in java?
Can you override private or static method in java?