1.

Differentiate between ',' and ';' in java​

Answer»

ong>EXPLANATION:

For EXAMPLE, what is the difference between:

String s = "hello" + "/" + "WORLD";

and

String s = "hello" + '/' + "world";

I hope my ANSWER helps you.



Discussion

No Comment Found