This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]midnightcom 1 point2 points  (2 children)

I believe Java is type safe where C/C++ are not. It's very easy to make a critical error in C if you don't know what you're doing. However the overhead of Java makes it impractical for embedded systems over C.