Posts by Rafael Gomes • 23 points
1 post
-
2
votes2
answers114
viewsQ: Is there a way to interpolate strings in Java?
I’m starting in Java and found the path to concatenate String and variables very tiring. In Javascript, we can use `string ${variavel}`; in Python, 'string {}'.format(variavel) or f'string…