What is javascript ?
JavaScript is a scripting or a programming language. It is
used to develop web applications. In web applications, rather than displaying
static content to the user JavaScript allows the developer to develop dynamic and advance
features such as calculation, manipulation and validation which the user can
interact with.
What are the differences between JavaScript and JAVA (JavaScript Vs. JAVA) ?
JavaScript |
JAVA |
|
|
|
|
|
|
|
|
|
|
What is Single-Threaded ?
JavaScript code is executed in an order. Piece of code should be finished executing in
order to move to the next part of the program.
What is the most important fact in JavaScript ?
JavaScript is the only high level language which can run
anywhere such as on a Server , browser and a database. It means JS is a true
full-stack language.
How the Concurrency works ?
When an I/O operation occurs, JavaScript executes it
and hands it over to the thread pool and
without waiting for a response it continue its task.
What are the advantages and disadvantages of JavaScript?
Advantages |
Disadvantages |
|
|
|
|
|
|
|
|
|
|
Comments
Post a Comment