sanjaysingh23_'s blog

By sanjaysingh23_, history, 4 years ago, In English

Hi all, I am sure that all who code in java are familiar with bigIntegers their advantages and disadvantages they come with. However u may know that while using BigIntegers we cannot use normal mathematical operations. We have to implicitly write all the names of the methods like .add(), .multiply() etc.

So do u have any other thing in mind or which u use apart from BigIntegers to store extremly large numbers in java? or is there any shortcut to use BigIntegers?

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it