Ask Question
15 March, 07:25

Which of the following is not the name of a java wrapper class from the Java API?

-byte

-Int

-Long

-Boolean

I am confused on this one

+3
Answers (1)
  1. 15 March, 08:14
    0
    Int

    byte

    Explanation:

    In java there are eight primitive data types has a class dedicated, and then we can find eight wrapper classes, I'm going to let you the next table with the 8 example:

    Assume the next table byte and Int are primitive data, the different with byte is only the capital letter Byte.

    Primitive Wrapper Class

    boolean Boolean

    byte Byte

    char Character

    int Integer

    float Float

    double Double

    long Long

    short Short
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which of the following is not the name of a java wrapper class from the Java API? -byte -Int -Long -Boolean I am confused on this one ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers