Which of the following is not a Java API?
-
java.nio
-
java.text
-
java.xml
-
java.io
C
Correct answer
Explanation
java.xml is not a standard Java API package in the same sense as the others. The java.nio, java.text, and java.io packages are core Java APIs that have been part of the standard edition since early versions. java.xml typically refers to XML processing libraries which are often in javax.xml or separate packages, not a core java.* API.