Types

This section describes a type specification, used in a parameter or variable declaration or in a cast expression.

Type: 
    PrimitiveType 
    Name 
PrimitiveType: 
    NumericType 
    boolean 
NumericType: 
    IntegralType 
    FloatingPointType 
IntegralType: one of 
    byte short int long char 
FloatingPointType: one of 
    float double 

Get Java™ Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.