An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Stock analysis with Java


Stock analysis

## 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