Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
lainy (lain@lain.com)'s status on Thursday, 27-Feb-2025 14:02:33 JST lainy
package test;
public class paulaBean {
private String paula = "Brillant";
public String getPaula() {
return paula;
}
}