What is the x: in print out statement?

已回答

0

This is parameter name hints, x is a name of the parameter in System.out.println. You could set parameter hints behavior in Settings | Editor | General | Appearance | parameter hints - configure.

0

请先登录再写评论。