Java View all facts Glossary Help |
syntactic unit > statement > expression statement > method call > instance method call |
instance method call | ||||
subject | fact |
instance method call | has example aVariable = b.methodName(arguments);where b is the object containing instance method methodName | |
is a subtopic of Methods | ||
is a kind of method call | ||
method call | can omit the name of the class that the called method belongs to if it is being called from within the same class | |
statement | is terminated by a semicolon | |
should be not more than one line long if possible | ||
syntactic unit | has syntax rule bold = mandatory |