class A{ public void checkAll(){}
public void static main(String[] args){
} }
在运行时内存中main()方法和checkAll()都是以栈的存储方式存在的么?请大神解惑