Content deleted Content added
→JavaBean Example: Added Serializable |
|||
Line 34:
PersonBean person = new PersonBean();
person.setName("
System.out.println(person.getName());
|
→JavaBean Example: Added Serializable |
|||
Line 34:
PersonBean person = new PersonBean();
person.setName("
System.out.println(person.getName());
|