Multiple choice general knowledge

_________ generates getter / setter

  1. Shift+Alt+s, then t

  2. Shift+Alt+s, then g

  3. Shift + Alt + s, then r

  4. Shift+Alt+s, then c

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

Alt+Shift+S followed by R opens the Generate Getters and Setters dialog in Eclipse. The 'S' stands for Source menu, and 'R' triggers the getter/setter generation option from that menu.