Computer Applications
There are 128 set of different characters used in a Java program.
Values & Data Types Java
2 Likes
Answer
False
Reason — Java uses Unicode which can represent much more than 128 characters
Answered By
3 Likes
Related Questions
int x = (int) 32.8;It is an example of …………… type casting.
- implicit
- automatic
- explicit
- coercion
Read the following text and choose the correct answer:
In an implicit type conversion, the result of an expression is obtained in the higher most data type without any intervention of the user.
What does an implicit do ?
- It arranges the data of an expression.
- The user involves to get the desired result of an expression.
- By default, the expression gets into higher data type in this conversion.
- The user has a choice to get the desired data type.
The ASCII codes of upper case letters range from 97 to 122.
A variable gives the exact representation of data.