Answer the question
In order to leave comments, you need to log in
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
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 :)
C is needed for a Java programmer, because JNI.
And in some areas (like Android) JNI is almost mandatory.
Hardly: do you lack pointers and debugging in Java machine codes?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question