List some of the disadvantages of javascript.
The following are some of JavaScript's drawbacks:
No multithreading support
No multiprocessing support
File reading and writing are prohibited.
Networking apps are not supported.
Is This Answer Correct ? | 0 Yes | 0 No |
How host objects are different from native objects in javascript?
What does clean white space mean?
What is namespacing in javascript and how is it used?
You have an asp. Net web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message validation of view state mac failed. What could be one reason that is causing this error?
What is bom?
Define unescape() and escape() functions?
What is the instanceof operator in JavaScript?
What is javascript used for in web design?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
can wwe trace a java program (class)
What is the use of the ‘this’ keyword?
what is the function of public class main ?