Edit Game
Value and Data types
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






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