Wednesday, 31st July 2013 - 4JAB

Learnt some new syntax related mainly to classes:

  • Learnt about public and private
  • Learnt about static, a variable that doesnt require objects
  • Learnt about final which is Java's way of saying const
  • leanrt about constructors
  • learnt about this operator
  • getters/setters
  • toString acts as a default method when specified in the class

Was this helpful?

Yes No


Comments