Computer Science, asked by mohhamaddildar098765, 3 months ago

Difference between String variables and Integer variables​

Answers

Answered by thanushiya72
3

Explanation:

The differences between the Integer and String objects in Java are: Integer can be converted to String, but String cannot be converted to Integer. Integer is a numeric value, while String is a character value represented in quotes.

Answered by itzdreamer44
0

The differences between the Integer and String objects in Java are: Integer can be converted to String, but String cannot be converted to Integer. Integer is a numeric value, while String is a character value represented in quotes.

Similar questions