Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Core Java Interview Questions and Answers

Question: What is java.math package in Core Java?
Answer: Java.math package provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
E.g
java.math.BigDecimal
java.math.BigInteger
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook