Java View all facts Glossary Help |
syntactic unit > statement > expression statement > method call > class method call |
class method call | ||||
subject | fact |
class method call | has example methodname(instancename); | |
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 |