I recently learnt about static and non static sub-routines and now understand that there is a basic distinction in Java between both subroutines
. static easier to understand
. in a running program a static subroutine is a member of the class itself.
. e.g. Java Math Class
(November 14, 2023 - 9:06am)