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
subjectfact 
method callcan omit the name of the class that the called method belongs to if it is being called from within the same classadded by: JK, source: On To Java, 2001-10-19 11:37:23.0
is a subtopic of Methods2001-10-19 11:37:23.0
is a kind of expression statementadded by: DS, 2001-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

Kinds of method call :