MCQ
Which of the following is used to invoke an instance method in Java ?
- AThe name of the object, colon (:) and the name of the method
- ✓The name of the object, dot (.) and the name of the method
- CThe name of the class, colon (:) and the name of the method
- DThe name of the class, dot (.) and the name of the method