Java View all facts Glossary Help |
syntactic unit > statement > expression statement > method call |
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 statement: object creation statement Up: expression statement Previous expression statement: assignment statement