This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
scala> var x : BigInt = 1234567890var x: BigInt = 1234567890
scala> var y = x * x * x * x
var y: scala.math.BigInt = 2323057227982592441500937982514410000
No comments:
Post a Comment