javabean的一些发现

xiaoxiao2025-01-05  13

昨天在写一个javabean的时候,

发现它的set方法,竟然不做这一步:

public void setUsername(String username)

{

   this.username = username;

   System.out.print("username"+this.username);  //这一步竟然不执行,不知道javabean的执行机制是怎么样的

 

 

}

 

相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://www.6miu.com/read-5022210.html

最新回复(0)