Multiple choice general knowledge

___________ key is used to move one member(member fuctions/ member variables) up in current class in eclipse.

  1. Ctrl+uparrow

  2. shift+uparrow

  3. alt+shift+uparrow

  4. Ctrl + Shift + uparrow

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The question has a typo but refers to moving members in the class hierarchy. The standard Eclipse shortcut to move lines/members up is Alt+Arrow Up, but Ctrl+Shift+Up Arrow can also be used in certain contexts for element movement.