Skip to content

anuran-roy/java-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the bin folder by default.

If you want to customize the folder structure, open .vscode/settings.json and update the related settings there.

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.

Schema Structure:

| Name | Reg. no | Subject | Semester | Credits | Marks |

Abstraction:

App.java (Top Level)
         ↓
Controller.java or AltController.java (Threaded)
         ↓
Manager.java
         ↓
Student.java (Lowest Level)

Files

  1. data.csv: To take bulk input of Course Data.
  2. data.ser: To output serialized data of objects.

About

Nothing, just me practicing Java before exams

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages