- 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.
- Object-oriented programming (Classes, Constructors and Objects)
- File Handling
- Try with Resources and AutoClosable Interface
- Exception Handling
- Collections Framework
- Generics
- Packages and Access specifiers