SyntaxFix
Write A Post
Hire A Developer
Questions
new String(new char[] { 65 })
You will end up with a string of length one, whose single character has the (ASCII) code 65. In Java chars are numeric data types.