Java Primitive Type Description COBOL Data Type COBOL Data Range boolean unsigned 8 bits PIC 9(4) BINARY 0 to 255 byte signed 8 bits PIC X ‑128 to 127 char unsigned 16 bits PIC N USAGE NATIONAL 0 ('\u0000') to 65535 ('\uffff')
確定! 回上一頁