Java fill in the blank p.quiz #2?

Nox

New member
Jul 3, 2008
10
0
1
Inside a method the keyword used to refer to the object being sent the message is ________ which is passed as passed as a hidden first argument to all ________ methods and constructors, but is not passed as a hidden first argument to any __________ methods.

Having trouble with this guy as well... I'm actually not sure on any of these blanks.
 
this
non-static
static

This question is very important to understand as a Java programmer. Make sure you study the difference between a static member and a non-static member.
 
Back
Top