Posted By:
le_cou
Posted On:
Monday, August 24, 2009 05:20 PM
eg:
private String phone;
public void setPhone(String phone){this.phone=phone;}
public String getPhone(){return phone;}
Is there how to change from String to int, then it will change in all references too, like in the methods, or I will have to change manually?
Thank you!