Why is the Equals() function not returning true..?

前端 未结 0 1600
死守一世寂寞
死守一世寂寞 2020-12-04 13:15
class main{
    public static void main(String[] args) {
        st k=new st(23);
        st y=new st(23);
        System.out.println(k.equals(y));
    }
}


class s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题