Computer Applications
Which of the following type conversions in Java will result in a loss of precision?
Related Questions
Name the keyword which:
- indicates that a method has no return type.
- makes the variable as a class variable
The number of bytes occupied by a character array of four rows and three columns are:
- 12
- 24
- 96
- 48
Consider the array given below:
char ch[] = {'A','E','I','O', 'U'};
Write the output of the following statements:
System.out.println(ch[0]*2);:
- 65
- 130
- 'A'
- 0
Write the memory capacity (storage size) of short and float data type in bytes.