[DiscordArchive] you always answer a question with another question?
[DiscordArchive] you always answer a question with another question?
Archived author: ZaDarkSide • Posted: 2021-03-09T15:23:34.100000+00:00
Original source
Archived author: Serithul • Posted: 2021-03-09T15:24:02.002000+00:00
Original source
Their syntax has many similarities, but at the end of the day, the differences outnumber them.
Archived author: Serithul • Posted: 2021-03-09T15:24:55.780000+00:00
Original source
Getters-setters, annotations, structure, communication level with the hardware, runtime. Many many differences that outnumber the similarities in just one part.
Archived author: Serithul • Posted: 2021-03-09T15:25:05.076000+00:00
Original source
But of course, that's just my opinion on it.
Archived author: ZaDarkSide • Posted: 2021-03-09T15:25:34.865000+00:00
Original source
they both run on top of a VM, both managed languages, both use GC
Archived author: ZaDarkSide • Posted: 2021-03-09T15:25:42.463000+00:00
Original source
same use cases
Archived author: Serithul • Posted: 2021-03-09T15:26:37.561000+00:00
Original source
With the difference being C# isn't interpreted at any point, while Java, depending on how much the code is called, it's split to being both interpreted and actually being compiled
Archived author: Serithul • Posted: 2021-03-09T15:27:07.685000+00:00
Original source
So yes, both run on VMs, but for different reasons. Even if one of the for both being abstraction from hardware
Archived author: Serithul • Posted: 2021-03-09T15:28:27.038000+00:00
Original source
But, again, that's just my opinion with how much experience I have with both languages, which admittedly isn't equal for both. My Java experience outperforms by far my C# one.
Archived author: M'Dic • Posted: 2021-03-09T15:31:31.744000+00:00
Original source
we can all agree on one thing. java can not be used in nuclear applications