Hello guys, I just heard that JDK8 will support 64-bit (unsigned int), is it true? if so, What about unsigned literals? Will the following compile on JDK 8? int i = 30000000000; Kurma