Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Bill the Lizard earned this badge 272 times |
may 9 at 0:19
Java Compiler Options to produce .exe files
may 6 at 15:38
Is Inheritance really needed?
may 1 at 21:26
What's the best way to trim std::string
apr 30 at 14:17
Why use pointers?
apr 21 at 22:11
How is length implemented in Java Arrays?
apr 11 at 7:40
Checking for NaN and using it in an If
apr 9 at 5:56
Simplest Way To Open and Use a Socket in C
mar 25 at 20:29
Where does gcc look for C and C++ header files?
mar 19 at 12:44
Java array with more than 4gb elements
feb 3 at 4:37
Random.nextFloat is not applicable for floats?
jan 31 at 16:04
Why is Java's Class<T> generic?
jan 30 at 23:19
How to determine an object's class (in Java)?
jan 23 at 14:04
If-statement dont get true, but it should
dec 31 at 3:02
Java assertions underused
dec 18 at 16:15
Is there a method that calculates a factorial in Java?
dec 18 at 10:10
Where is the MOQ documentation?
dec 17 at 9:05
How to insert blank lines in PDF using iText
dec 6 at 16:24
Reading Microsoft Access files in Java
dec 5 at 9:43
post increment operator java
nov 28 at 13:50
(post deleted or otherwise unavailable)
nov 21 at 16:38
JUnit 4 compare Collections
nov 16 at 17:34
How do I calculate the last day of the month in SQL?
nov 16 at 11:18
In C++ what are the benefits of using exceptions and try / catch instead of just returning an error code?
nov 3 at 22:13
Generating random number in a range with Java
oct 18 at 17:08
Why does division by zero with floating point (or double precision) numbers not throw java.lang.ArithmeticException: / by zero in Java
oct 18 at 2:58
How to get database structure in MySQL via query
oct 16 at 16:33
How can I get a list of trusted root certificates in Java?
oct 13 at 5:17
What's the best CVS client for Windows?
sep 12 at 18:09
What does it mean to “program to an interface”?
aug 18 at 13:11
Non capturing group?
aug 17 at 20:31
In Java, what are the boolean “order of operations”?
aug 17 at 15:25
Boolean Field in Oracle
aug 5 at 18:42
Java: Clear the console
aug 3 at 11:40
Can an abstract class have a final method?
jul 30 at 14:56
Your opinion on declaring constants inside methods…?
jul 24 at 10:42
Garbage Collection in Java and Circular References
jul 12 at 12:24
Does any IDE have a vi keybindings options?
jul 5 at 23:46
Finding what methods an object has
jun 13 '12 at 15:31
Why are many languages case sensitive?
jun 12 '12 at 9:01
When can I say that I “know” C++?
may 31 '12 at 1:32
How do you validate that a string is a valid IP address in C++?
may 28 '12 at 21:37
What is the best IDE setup for web development?
may 23 '12 at 5:02
reconstructing a tree from its preorder and postorder lists
may 21 '12 at 19:17
Problem in fitting the excel cell size to the size of the content when using apache poi
apr 10 '12 at 15:31
(post deleted or otherwise unavailable)
apr 2 '12 at 9:29
Left-pad printf with spaces
mar 17 '12 at 18:43
Java phone number format API
feb 20 '12 at 23:55
(post deleted or otherwise unavailable)
feb 17 '12 at 8:52
Difference between lower bound and tight bound?
jan 4 '12 at 9:09
How to test void method with Junit testing tools?
dec 5 '11 at 15:12
Java current machine name and logged in user?
nov 28 '11 at 15:28
How can “while (i == i) ;” be a non-infinite loop in a single threaded application?
nov 11 '11 at 10:08
When to use virtual destructors?