Advertisements
Advertisements
प्रश्न
Give reason whether the following assignment is correct or not.
String b = "true";
संक्षेप में उत्तर
उत्तर
This assignment is correct since "true" is a string literal, not a boolean literal, and it is contained in double quotes. It was correctly assigned to the String variable.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1.03: Values and Data Types - EXERCISES [पृष्ठ ३३]