Java Notion
Java Usages
Build Better Java Applications Faster
JRebel by Perforce is home to the award-winning Java developer tools, JRebel and XRebel. See how they can help your team build better applications, faster.
https://www.jrebel.com/

Don't call it a comeback: Why Java is still champ
No matter what ranking system you look at, whether the TIOBE Index, the Popularity of Programming Language Index, RedMonk's bi-annual language rankings, or GitHub's yearly State of the Octoverse, Java has been sitting among the top three languages since shortly after its launch in 1995.
https://github.com/readme/featured/java-programming-language

Interview_Question_for_Beginner/Java at master · JaeYeopHan/Interview_Question_for_Beginner
그림과 함께 설명해야 하는 부분이 많아 링크를 첨부합니다. Java Collection 에는 List, Map, Set 인터페이스를 기준으로 여러 구현체가 존재한다. 이에 더해 Stack과 Queue 인터페이스도 존재한다. 왜 이러한 Collection 을 사용하는 것일까? 그 이유는 다수의 Data 를 다루는데 표준화된 클래스들을 제공해주기 때문에 DataStructure 를 직접 구현하지 않고 편하게 사용할 수 있기 때문이다.
https://github.com/JaeYeopHan/Interview_Question_for_Beginner/tree/master/Java


Seong-lae Cho