|
|
|
|
|
by bayindirh
2340 days ago
|
|
Java allows you to do some small errors in its complex classes and works around them silently however, this causes performance impacts. These performance penalty get really magnified when a lot of small errors are done on a less powerful hardware. I've found out this the hard way when I was developing Java GUI (Swing mostly) apps, and messed up the initialization sequence of the GUI a few times. |
|
FWIW, it would be very weird, since Java is strongly typed, and while you can introduce bugs, not any more so than in any other, esp dynamically typed languages.