Java   View all facts   Glossary   Help
syntactic unit > statement > expression statement > method call > instance method call
Next method callclass method call    Upmethod call

instance method call comparison table
Subject is a kind of have example
method callexpression statement 
instance method callmethod call
aVariable = b.methodName(arguments);
where b is the object containing instance method methodName

Next method callclass method call    Upmethod call