Difference between context menu and option menu in android

android

Solution

When I click the menu button on the emulator, is that option menu?

Yes.

And how to invoke the other menu (not trigger by the menu button)?

By long-tapping on whatever widget (if any) has a context menu.

Problem

Can you please tell me the difference between context menu and option menu in android? When I click the menu button on the emulator, is that option menu? or context menu? And how to invoke the other menu (not trigger by the menu button)? Thank you.

Original source