var i = id.valueOf();
Here id is of type Number . That is class in itself. Now we want to convert it into primitive int type
By Pankaj Kumar Agarwal
var i = id.valueOf();
Here id is of type Number . That is class in itself. Now we want to convert it into primitive int type
By Pankaj Kumar Agarwal