Which statement about instance methods is correct?

Last Updated :
Discuss
Comments

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.

Share your thoughts in the comments