// This code should not be compiled, but JDT compiler // compiles this without any error. public class FullWidthDigits { public static void main(String[] args) { // prints the product of 10 and 10, written in full width digits. System.out.println(\uff11\uff10 * \uff11\uff10); } }