MCQ Single Best Answer Easy

QThe parseLong() function is a member of

ID: #22232 Methods Examples Java 93 views
Question Info
#22232Q ID
EasyDifficulty
Methods Examples JavaTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Long wrapper class
  • B character wrapper class
  • C Boolean wrapper class
  • D None of these
Correct Answer: Option A

Explanation

The parseLong() function is a member of the Long wrapper class.

Explanation:

  • parseLong() is a static method provided by the Long wrapper class in Java.
  • It is used to convert a String into a long value.

Correct Answer:

a) Long wrapper class

No Previous No Next

Share This Question

Challenge a friend or share with your study group.