JBT

JBT

Variables in Java

In Java, objects store their states in variables. These variables are used as containers to hold values (int, long, string…) during the life cycle of an application.

SQL UPDATE statements

Here we will learn about the UPDATE statement in Oracle. What is the use of it and syntax for the same.

Java Class loader

Introduction : What is Classloader All class files in application are not loaded into memory at startup, but are loaded on demand as needed by the program, this loading of class is done by ClassLoader. ClassLoader is a part of JVM that loads…

Oracle Alter Table

Alter statement is the part of DDL (Data Definition Language). Which is used to change (Alter) the definition of a table.This tutorial is to provide details of Alter Statement in Oracle.