String str = "1234"; int num = Integer.parseInt(str);
int num = 1234; String str = String.valueOf(num);
No comments:
Post a Comment