SóProvas


ID
2333251
Banca
IBFC
Órgão
EBSERH
Ano
2013
Provas
Disciplina
Programação
Assuntos

Na linguagem Java ao se usar uma constante numérica, no código fonte, ela será um int. O tamanho desse tipo númerico é de:

Alternativas
Comentários
  • The integral types are byte, short, int, and long, whose values are 8-bit, 16-bit, 32-bit and 64-bit

     

    The values of the integral types are integers in the following ranges:

     

    For byte, from -128 to 127, inclusive

    For short, from -32768 to 32767, inclusive

    For int, from -2147483648 to 2147483647, inclusive

    For long, from -9223372036854775808 to 9223372036854775807, inclusive