DEVFYI - Developer Resource - FYI

Is "abc" a primitive value?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

270. Is "abc" a primitive value?

The String literal "abc" is not a primitive value. It is a String object.

(Continued on next question...)

Other Interview Questions