My IT Project for class 12 CBSE board, IT (802) The repository consists of 15 JAVA + 15 MYSQL unique Programs that one can submit in their Class 12 CBSE IT(802) Practical
You can download the pdf of both through: 15 JAVA PDF 15 MYSQL PDF
Install:
sudo apt update
sudo apt install -y openjdk-25-jdkCheck Installation:
java -version
javac -versionMake a file:
.devcontainer/devcontainer.json:
{
"name": "Java Codespace",
"image": "mcr.microsoft.com/devcontainers/java:25"
}Switch to the JAVA Programs directory & Run any java program(say AreaCircle for now)
cd JAVA/programs
java ./AreaCircle.javaInstall:
sudo apt update
sudo apt install mysql-server -yStart MYSQL, Check Status & Login:
sudo service mysql start # start
sudo service mysql status # check status
sudo mysql # login