Landing : Athabascau University

Joan Oladunjoye's wire posts

    By Joan Oladunjoye November 14, 2023 - 9:06am
    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

    By Joan Oladunjoye October 14, 2023 - 7:55am
    @Julia Hanh Nguyen you definitely should not be using eclipse for Java268.Remommended platforms are Atom, Sublime 2 or 3. Checkout instructors notebook for more guidance with regards acceptable coding platform.