Skip to content

Instantly share code, notes, and snippets.

View fairmentat's full-sized avatar
🎯
Focusing

DMITRIY NIKITIN fairmentat

🎯
Focusing
View GitHub Profile
@Chikitonik
Chikitonik / gist:6db052dcb3f98b134a25b5a4babfcb32
Created August 26, 2017 13:34
JavaRush Thread поток методов
/*
Кто меня вызывал?
*/
public class Solution {
public static void main(String[] args) throws Exception {
method1();
}
public static int method1() {
method2();
StackTraceElement[] a = Thread.currentThread().getStackTrace();