πŸ“Š JAVA
Q. In a lossy Type Casting or Type Conversion, how is the number truncated to the target data type in Java?
  • (A) That big number is divided by the target data type highest possible number say 2^N.
  • (B) That big number is Modulo Divided by the target data type highest possible number say 2^N and the Remainder is taken.
  • (C) That big number is Modulo Divided by the target data type highest possible number say 2^N and the Quotient is taken.
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) That big number is Modulo Divided by the target data type highest possible number say 2^N and the Remainder is taken.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
277
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
91%
Success Rate