πŸ“Š JAVA
Q. What type of method reference is `Math::abs`?
  • (A) Static method reference
  • (B) Instance method reference of an arbitrary object
  • (C) Constructor reference
  • (D) Instance method of a specific object
πŸ’¬ Discuss
βœ… Correct Answer: (A) Static method reference

Explanation: `Math::abs` is a reference to a static method.

Explanation by: Mr. Dubey
`Math::abs` is a reference to a static method.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
39
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate