hlgranite / WarehouseBarcode

An barcode system help to keep track warehouse stock.
MIT License
0 stars 0 forks source link

Different between int and Integer in Java #29

Closed yancyn closed 11 years ago

yancyn commented 11 years ago

This may related to max quantity value type.

yancyn commented 11 years ago

Integer is a class while int is a primitive type. Use int or long for bigger type declaration.