Authenticator auth =new Authenticator(){ protected PasswordAuthentication getPasswordAuthentication(){ return new PasswordAuthentication(smtpUsername, smtpPassword); }};
这种写法感觉很怪异? 是什么? 哪个版本引入的特性?
是提供一个新的接口实现类的实例吧?
匿名内部类。。。。关闭问题