Java View all facts Glossary Help |
| syntactic unit > statement > expression statement > method call > instance method call |
| instance method call comparison table | ||
| Subject | is a kind of | have example |
|---|---|---|
| method call | expression statement | |
| instance method call | method call | aVariable = b.methodName(arguments);where b is the object containing instance method methodName |
Next method call: class method call Up: method call