Software Developers - what technologies do you use?

I am now on week 2 of Java and I am DROWNING. It’s all math and I’m no good at math. This was an awful mistake.

I feel I have Java’d before and do not recall it being particularly math-y…

Edit: like I was a C developer at some point and doing crazy pointer math (I say crazy but it was all basic addition and multiplication).

2 Likes

I agree with @TryCatchThrow ; Java should not involve complex math unless you are being asked to write programs that solve complex mathematics problems. There is a certain amount of math involved in things like base-8 or hexadecimal. But that is really just understanding the concepts. The actual math is simple.

2 Likes