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 |
Explain about fail safe iterators in java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Name the methods that used to get and set the text label displayed by a Buttonobject?
What is the difference between applet and application?
Can we declare a class as abstract without having any abstract method?
what is the form of storage space in java?
Can variables be used in java without initialization?
how does the run() method in runnable work? : Java thread
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is final keyword in java?
what is the difference between equals method and ==
17 Answers IBM, Professional Access, TCS,
why marker interfaces are there in java