The correct answer is:
(b) java.lang
The Character class is part of the java.lang package, which is automatically imported in every Java program. It provides various methods for character manipulation, such as isDigit(), isLetter(), and toUpperCase().