Skip to content

AswinBarath/stock-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Stock analysis project built with java using object-oriented design and development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages