C
C
cthulhudx2015-02-13 16:18:38
Software and Internet Services
cthulhudx, 2015-02-13 16:18:38

Will knowledge of pure C and assembler help a java programmer?

Will knowledge of pure C and assembler help a java programmer?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
pi314, 2015-02-13
@cthulhudx

How else to help!
Not to mention the fact that you will tritely understand what is happening "under the hood" and why it is impossible to frivolously deal with int - long - float - double, you may well come across such things as JIT or processor cache, which you can understand without understanding asm is rather difficult.
Without understanding the basics (which are asm and C), you can only memorize “how you can and how you can’t” like a monkey and hope that the right prayer will be remembered at the right time :)

O
OnYourLips, 2015-02-13
@OnYourLips

C is needed for a Java programmer, because JNI.
And in some areas (like Android) JNI is almost mandatory.

V
Vladimir Martyanov, 2015-02-13
@vilgeforce

Hardly: do you lack pointers and debugging in Java machine codes?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question