This is a Project to create a website on the following Topics in Java:-
- 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.
- Command Line
Command line arguments are stored in the string array which is the parameter of the main method.
- 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.
- 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.
This site is deployed at |
---|
Java-Website-Creation-KIIT-Project |
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
To deploy this project run
index.html
Roll No | Name |
---|---|
2029042 | Abhinav Prakesh |
2029181 | Jogender Mahto |
2029187 | Aniket Kumar Mishra |
2029193 | Ujjwal Singh |
2029196 | Adarsh Kumar |
HTML, CSS