Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Andy Thomas-Cramer earned this badge 25 times |
may 18 at 21:20
Handling uninitialized Strings in Java
may 13 at 18:10
what is java new? A function or keyword
may 9 at 15:14
what is the difference b/w int* a, int *a
apr 26 at 19:42
Explanation of C++ FAQ's unsafe macro?
apr 25 at 13:56
Behaviour of String.split() when input is empty
apr 17 at 19:17
Protecting Java Source Code From Being Accessed
apr 8 at 15:06
Use of contains in Java ArrayList<String>
feb 20 at 22:27
Most suitable agile project management tool
dec 11 at 15:02
javadoc: writing links to methods
jun 14 '12 at 22:46
Comparing arrays in JUnit assertions, concise built-in way?
may 7 '12 at 21:16
= operator throwing exception
apr 30 '12 at 21:53
Equivalent of const(C++) in Java
jan 9 '12 at 22:59
Is null check needed before calling instanceof
jan 5 '12 at 11:42
(post deleted or otherwise unavailable)
jan 5 '12 at 11:42
C++ structures and constructors
jan 5 '12 at 11:42
Why does BASIC (and related languages) use `then` rather than `than` in conditionals?
jan 5 '12 at 11:42
Access C++ shared library from Java: JNI, JNA, CNI, or SWIG?
jan 5 '12 at 11:42
Aren't String objects in Java immutable?
jan 5 '12 at 11:42
What is the correct term for a method whose only purpose is to call another method?
jan 5 '12 at 11:42
What makes JNI calls slow?
jan 5 '12 at 11:42
C++ and GUIs for teaching
jan 5 '12 at 11:42
On integer multiplication, overflow, and information loss
jan 5 '12 at 11:42
What is the difference between int* ptr and int *ptr in C?
jan 5 '12 at 11:42
Is the code “while(condition);” valid and what does it mean?
jan 5 '12 at 11:42
Immutability and Readability