Not the format in particular, but the actual code itself. Just a few changes. Example, instead of "Console.Write(n % 10);" it would be "System.out.println(n % 10);". Most of the code from this certain app could be "ported" like that.