Study

Value and Data types

  •   0%
  •  0     0     0

  • ____________ are the constants in Java program
    Literal
  • Non Graphic characters which are used as commands to direct the cursor while printing is known as _________________
    Escape Sequence
  • \n is used for ______
    New line feed
  • The process of converting one predefined type into another is called ___________
    Type conversion
  • Implicit type conversion is also known as ______
    corecion
  • A variable is a named _______________ which contains a value.
    Identifier, Memory Location
  • ____________ is the functional and fundamental unit of a computer program
    Token
  • Find the odd man out - Int,long,short, double
    doble
  • Explicit type conversion is known as ___________
    Type Casting
  • Size of boolean data type is
    1 bit
  • ________ data type is used to store 'True' or 'False' value
    boolean
  • size of double data type is ______________
    64 bits, 8 Bytes
  • We use ________ to display " in the output message
    \"
  • long datatype is used to store only integer values. Is it true or false?
  • Initialization takes place in two different ways namely
    Static, Dynamic