The Character class in Java is used to wrap a value of the primitive data type ________.

  • byte
  • char
  • float
  • int
The Character class in Java is used to wrap a value of the primitive data type "char." This allows you to work with characters as objects, which can be useful in certain situations, such as when dealing with collections that require objects.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *