[code language=”java”]
takeown /F C:\$Windows.~BT\* /R /A
icacls C:\$Windows.~BT\*.* /T /grant administrators:F
rmdir /S /Q C:\$Windows.~BT\
[/code]
Java feature/bug
1.
[code language=”java”]
public static void main(String[] args) {
System.out.println(Byte.valueOf((byte) 48) == Byte.valueOf((byte) 48));
System.out.println(Byte.valueOf((byte) 248) == Byte.valueOf((byte) 248));
System.out.println(Integer.valueOf(48) == Integer.valueOf(48));
System.out.println(Integer.valueOf(248) == Integer.valueOf(248));
}
[/code]
Answer
[code language=”java”]
true
true
true
false
[/code]
Personality traits
competitive
patient
lazy
reliable
affectionate
organized
sociable
shy
bossy
responsible
imaginative
hardworking
charming
self-confident
ambitious
aggressive
jealous
moody
manipulative
relaxed
spoilt
selfish
Rambler android developing testing
MVP; retrofit; retrolambda; DI; dagger 2; TDD; unit testing; functional testing; integration testing;