Latest, Popular Tutorials

Java Programming

Java Virtual Machine (JVM)

The Java Virtual Machine is called JVM, is an abstract computing machine or virtual machine interface that drives the java code.
<ul>
<li>What is JVM?</li>
<li>Why Java is Platform Independent?</li>
<li>About Just-in-time Compiler (JIT).</li>
</ul>

PHP

PHP Introduction

Learn about PHP, a powerful open-source server-side scripting language, and understand how it drives dynamic web applications with its unique features.

MySQL

MySQL What is DDL, DML, DCL, and TCL?

Learn how to use MySQL SQL commands with this comprehensive tutorial. Discover four subgroups of MySQL SQL commands: DDL for database schema, DML for data manipulation, DCL for access control, and TCL for transaction management.

JSON

JSON Introduction

JSON (JavaScript Object Notation) is a lightweight text-data interchange format used to store information in an organized manner for transmitting data between server and web application. This lesson describes What JSON is and what you can do by using it.