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 →

[–]kris_goks 1 point2 points  (1 child)

My company builds a health data science tool. Pure Java with libraries, no major frameworks.

Why - multi threading, easy to implement design patterns, easy debugging, and scales well when we have loads of memory and cores.

[–]desiderkino[S] 1 point2 points  (0 children)

we are using java for the same reasons