Моля за малко помощ на въпросите с JAVA :D
http://careers.bulpros.com/tech-game/
What can not be defined as final in Java:
- Classes
- Methods
- Constructors
How to stop a thread in Java:
- Using a call to Thread.stop();
- Threads could not be stopped
- By removing the thread from the thread pool
What we call a kitchen sink:
- Consumer instance which accepts everything
- Catch clause handling all types of exceptions
- Blocking operation which consumes all the resources