equivalent for decimal type
807606Apr 3 2007 — edited Apr 4 2007Basically I am converting C# code to java code. So...
There is a decimal type in C sharp language. The size of this type is 128 bits.Can anyone tell me what is an equivalent for this type in java. which type should I use.?