Computer Science, asked by lakshmi1688, 11 months ago

Object declared as final can be initialized only once true or false

Answers

Answered by devil9274
0
Objects declared as final can always be initialized only once. If there is an attempt to change the object reference or the contents, then compilation errorwill occur. According to me the above statement is true
Similar questions