|
|
|
|
|
by angus_gh
2244 days ago
|
|
In some ways yes, Java is not so strongly typed; a statically-typed language can be weakly typed. See C where ints, pointers, floats, and bools can almost all coerce into each other, such that the compiler will allow you to use arithmetic/logic operators with most different types, whether you meant to or not. |
|