What is Node.js ?

It is a software platform for scalable server-side and networking applications. Node.js applications are written in JavaScript, and can be run within the Node.js runtime on Mac OS X, Windows and Linux with no changes.

The Node.js applications are designed to maximize throughput and efficiency, using non-blocking I/O and asynchronous … Read more

What is JSON ?

JSON stand for JavaScript Object Notation. It is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition – December 1999. JSON is … Read more

What is CSS ?

CSS stands for Cascading Style Sheets. It is a style sheet language used for describing the look and formatting of a document written in a markup language. While most often used to style web pages and interfaces written in HTML and XHTML, the language can be applied to any kind … Read more

What is HTML ?

HTML stands for HyperText Markup Language. It is the standard markup language used to create web pages.

HyperText Markup Language is written in the form of HTML elements consisting of tags enclosed in angle brackets (like ). HTML tags most commonly come in pairs like

and

, although some tags … Read more

What is ASP.NET ?

It is an open source server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.
It was first released in January 2002 with version 1.0 of the .NET Framework, … Read more

What is Java?

It is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. Java is intended to let application developers “write once, run anywhere” (WORA), meaning that code that runs on one platform does not need to be recompiled to run … Read more

What is J2EE ?

The Application Server implements Java 2 Enterprise Edition (J2EE) 1.4 technology. The J2EE platform is a set of standard specifications that describe application components, APIs, and the runtime containers and services of an application server. J2EE Applications.
J2EE is a platform-independent, Java-centric environment from Sun for developing, building and deploying … Read more

What is JSP ?

JSP stands for JavaServer Pages. It is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. Released in 1999 by Sun Microsystems, JSP is similar to PHP, but it uses the Java programming language.
To deploy and run JavaServer Pages, … Read more