https://github.com/aswinbarath/stock-analysis
Stock analysis project built with java using object-oriented design and development
https://github.com/aswinbarath/stock-analysis
collections-framework exception-handling file-handling generics java object-oriented-programming
Last synced: 8 months ago
JSON representation
Stock analysis project built with java using object-oriented design and development
- Host: GitHub
- URL: https://github.com/aswinbarath/stock-analysis
- Owner: AswinBarath
- Created: 2021-04-10T16:35:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T01:39:54.000Z (over 4 years ago)
- Last Synced: 2025-02-16T23:25:31.905Z (11 months ago)
- Topics: collections-framework, exception-handling, file-handling, generics, java, object-oriented-programming
- Language: Java
- Homepage:
- Size: 7.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock analysis with Java
## What's unique about this project?
- Stock analysis uses Java to analyse and provide insights from the given stock dataset.
- This project uses File handling extensively with custom implementation for reading the CSV file (given dataset).
- Also, the projects uses Generics for applying dynamic statistical functions on given data.
- The data is handled effectively using Java's Collections framework in this project.
- Packages, Classes and objects are well defined in this project for code reusability and high performance.
## Key Java Topics covered in this project
- Object-oriented programming (Classes, Constructors and Objects)
- File Handling
- Try with Resources and AutoClosable Interface
- Exception Handling
- Collections Framework
- Generics
- Packages and Access specifiers