0
class A {
    void b() {}
}

A a = new A();
Runnable c = a::b;

c每次初始化时都会是同一个对象吗?

4

0 回答 0