? super T
? extends T
wildcards: upper bound and lower bound
? super T
? extends T
wildcards: upper bound and lower bound
http://www.quizful.net/post/java-memory-leak-visualvm
https://habrahabr.ru/company/luxoft/blog/146988/
https://shipilev.net/blog/archive/visualvm/
https://habrahabr.ru/post/253683/
http://docs.oracle.com/javase/6/docs/technotes/tools/share/jhat.html
Why did I decide to write this post?
Because of these:
[code language=”java”]
Could not find or load main class
[/code]
or How to specify main class for console app.