Tuesday, March 21, 2017

characteristics of java scrpts




  • Single Threaded
  • Non-blocking IO
  • Asynchronous
  • Dynamically typed
  • Multi paradigm
  • Event driven

What is Asynchronous ?


Sunday, March 12, 2017

Introduction to javascripts



Java scripts are used for front end development in web sites. It used to control web pages both client side and server side and it support for OOP(Object oriented programming) and object oriented programming.