Skip to content

19akshansh/IT-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

IT-project

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

Running JAVA in Github Codespaces:

Install:

sudo apt update
sudo apt install -y openjdk-25-jdk

Check Installation:

java -version
javac -version

Make 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.java

Running MYSQL in Github Codespaces/VScode

Install:

sudo apt update
sudo apt install mysql-server -y

Start MYSQL, Check Status & Login:

sudo service mysql start # start
sudo service mysql status # check status
sudo mysql # login

About

My IT Project for class 12 CBSE board, IT (802). 15MYSQL QUERIES + 15JAVA PROGRAMS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages