Java   View all facts   Glossary   Help
syntactic unit > statement > expression statement > method call
Next expression statementobject creation statement    Upexpression statement    Previous expression statementassignment statement   

method call comparison table
Subject have example
class method call
methodname(instancename);
instance method call
aVariable = b.methodName(arguments);
where b is the object containing instance method methodName

Next expression statementobject creation statement    Upexpression statement    Previous expression statementassignment statement