>>172
exceptions
That's an argument for Go.
runs in more places
If you compile Go with GCCGO, it runs pretty much anywhere. The only thing you need to do is to recompile it, which takes about as long as a Java compilation.
executes faster
Oh, please. A Go program starts up about as fast as a C one and will often finish before the Java program comes to
main.
more code available to copy and paste
And all of it is shit. You don't really need copy and paste in Go, since it isn't designed to use so much unintuitive boilerplate code.
Java is a joke and so are you.