Java Difference parseInt() and valueOf()

Integer,parseInt,valueOf

Integer的靜態方法供String轉為int或Integer,Double、Float、Long、Short、Byte用法類似

  • parseInt回傳primitive type
  • valueOf回傳class type(reference type)

Reference: