Which statement about instance methods is correct?
They can only be accessed from static methods.
They require an object to be called.
They are automatically synchronized.
They must be declared final.
This question is part of this quiz :
Java Methods