Skip to content

z1skgr/java_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicJava

First steps on java

Parts

Setup

Java IDE environment (Eclipse implemented)

  • Import project to eclipse workshop
  • Run as Java application

Acknowledgements

  • These projects were one of my very first projects for learning Java.
  • Created for the requirements of the lesson Structured Programming.
  • Implementation focus on Class Hierarchy and Polymorphism