What is difference between Character Constant and String Constant in java ?

Character constant is enclosed in single quotes. String constants are enclosed in double quotes. Character
constants are single digit or character. String Constants are collection of characters.
Ex :โ€™2โ€™, โ€˜Aโ€™
Ex : โ€œHello Worldโ€


Posted

in

Tags:

Comments

Leave a Reply