Skip to content

BlamerX/Java-Website-Creation-KIIT-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Created by Group-6

This is a Project to create a website on the following Topics in Java:-

  1. Array 1D & 2D

Java array is an object the contains elements of similar data type.It is a data structure where we store similar elements. We can store only fixed set of elements in a java array.

  1. Command Line

Command line arguments are stored in the string array which is the parameter of the main method.

  1. Scanner Class

Java Scanner class allows the user to take input from the console. It belongs to java.util package. It is used to read the input of primitive types like int, double, long, short, float, and byte. It is the easiest way to read input in Java program.

  1. Buffer Reader Class

Java BufferedReader class is used to read the text from a character-based input stream. It can be used to read data line by line by readLine() method. It makes the performance fast. It inherits Reader class.


Website Link 🧮

This site is deployed at
Java-Website-Creation-KIIT-Project

Run Locally 🖥️

Clone the project

  git clone https://github.com/BlamerX/Java-Website-Creation-KIIT-Project.git

Go to the project directory

  cd Java-Website-Creation-KIIT-Project



Deployment 💻

To deploy this project run

  index.html



Screenshots 📸

Website Screenshot Website Screenshot



Group Members 💯

Roll No Name
2029042 Abhinav Prakesh
2029181 Jogender Mahto
2029187 Aniket Kumar Mishra
2029193 Ujjwal Singh
2029196 Adarsh Kumar

Logo 💫

Logo


Skills 🛠

HTML, CSS