56.0k views
4 votes
The java.text package contains classes for manipulating all of the following items except ______.

a. classes
b. numbers
c. strings
d. characters.

1 Answer

5 votes

Answer:

The answer is "Option a".

Step-by-step explanation:

In java, the text package includes the class and interfaces which facilitate a globalized program to interact accurately with local customs, like dates, times, and sequence of strings. It manipulates numbers, strings, and characters, etc. It is used to avoid conflict naming, to monitor accessibility, lookup / localize or facilitate its use of classes, interfaces, lists, and annotation, etc.

User Aaron Saarela
by
4.3k points