Java   View all facts   Glossary   Help
syntactic unit > statement > expression statement > method call > class method call
Next method callinstance method call    Upmethod call

class method call
subjectfact 
class method callhas example
methodname(instancename);
added by: JK, source: On To Java, 2001-10-19 11:36:24.0
is a subtopic of Methods2001-10-19 11:36:24.0
is a kind of method call2001-10-19 11:36:24.0
method callcan omit the name of the class that the called method belongs to if it is being called from within the same class2001-10-19 11:37:23.0
statementis terminated by a semicolon    2001-10-19 11:37:57.0
should be not more than one line long if possible2001-10-19 11:37:57.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0