Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はただ興味がありますが、パラメーターを使用してメソッドを呼び出すとき、 Java'x'とCharacter.valueOf('x')Java の間で違いは何ですか?
'x'
Character.valueOf('x')
ありがとうございました。