how java handles the double and long in the 32 bit platform, I knew that java is platform independent, So how exactly it do that. My query is like for long does java stores the values as first 32 bit and another 32 bit in one and another memory location, how do we identify them ? how java handles the double and long in the 32