Multiple choice general knowledge

___________closes all the files in the editor at a single go.

  1. Ctrl + Shift + u

  2. Ctrl + Shift + c

  3. Ctrl + Shift + w

  4. Ctrl + Shift + v

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

In Eclipse, Ctrl+Shift+W is the keyboard shortcut to close all open editor tabs at once. This is different from Ctrl+W which closes only the current tab.