Skip to content

Commit

Permalink
Added missing answers in Eclipse questions (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvradippaul authored Aug 24, 2021
1 parent 3ff0a57 commit ef319db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eclipse/eclipse-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
#### Q16. What view, within the Team component, displays the commits related to a particular project or file?

- [ ] Git Staging
- [ ] History
- [x] History
- [ ] Synchronize
- [ ] Git Repositories

Expand All @@ -117,39 +117,39 @@
- [ ] a hidden .metadata folder
- [ ] a hidden .metadata folder and projects imported into the workspace only
- [ ] only projects imported into the workspace
- [ ] a hidden .metadata folder and projects created in the workspace
- [x] a hidden .metadata folder and projects created in the workspace

#### Q18. What can you not do in the Variables view?

- [ ] monitor variables that are outside the scope of the current stack frame
- [ ] set a breakpoint to track a particular instance
- [ ] inspect the values of an object's fields
- [ ] edit the value of a variable while the debugger is running your app
- [x] edit the value of a variable while the debugger is running your app

#### Q19. What is not a method stub that Eclipse will create for you in the New JUnit Test Case window?

- [ ] tearDown()
- [ ] setUpClass()
- [x] setUpClass()
- [ ] tearDownAfterClass()
- [ ] setUp()

#### Q20. What does the Problems view show?

- [ ] all of the answers
- [x] all of the answers
- [ ] warnings and errors
- [ ] code that does not match your formatting settings
- [ ] threads containing errors

#### Q21. When switching workspaces, what is preserved?

- [ ] all preferences
- [x] all preferences
- [ ] none of these answers
- [ ] the current perspective
- [ ] preferences for a language (e.g., Java)

#### Q22. How can you set files to save automatically when launching an application?

- [ ] Click Window (Eclipse) -> Preferences -> Run/Debug -> Launching, and then select Save required dirty editors before launching.
- [x] Click Window (Eclipse) -> Preferences -> Run/Debug -> Launching, and then select Save required dirty editors before launching.
- [ ] Click Window (Eclipse) -> Preferences -> Java -> Editor -> Save Actions
- [ ] Click File -> Save All.
- [ ] Change the project's run configuration.
Expand Down

0 comments on commit ef319db

Please sign in to comment.