InterviewSolution
Saved Bookmarks
| 1. |
What a java expression that contains all the elements of same data type is called??please answer fast cause tomorrow is my exam |
|
Answer» Answer: HOMOLOGOUS Expression During the declaration of variables in a program, if all the variables are of the same DATA types such as int, CHAR or float, then it will be CONSIDERED as a Homologous. |
|