Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Péter Török earned this badge 52 times |
apr 12 at 18:00
Where should you put global constants in a C++ program?
apr 4 at 6:56
What does “Recursive type bound” in Generics mean?
apr 1 at 4:40
How to correctly assign a new String value in C
mar 7 at 6:47
In Java what is the performance of AtomicInteger compareAndSet() versus synchronized keyword?
dec 12 at 12:17
is it practically possible to do good TDD (or BDD) without using any DI framework in java?
nov 16 at 0:43
maven conditional dependencies
nov 5 at 7:05
Java only allowing global variables to be static?
oct 24 at 10:14
Hibernate Session is closed
oct 18 at 20:33
Strange jboss console error
sep 27 at 18:37
Java Junit testing problem
sep 4 at 14:09
Hibernate count collection size without initializing
jul 26 at 5:58
Java leaking this in constructor
jun 8 '12 at 10:00
What's this generics usage in Java? X.<Y>method()
may 24 '12 at 15:02
java generics logic List<? super String>
apr 4 '12 at 19:10
How to define 'final' member functions for a class
mar 13 '12 at 22:43
Why doesn't the Java Collections API include a Graph implementation?
mar 8 '12 at 9:10
Why should we declare interface methods as public?
nov 19 '11 at 3:52
Why doesn't Java 5+ API take advantage of covariant return types?
aug 17 '11 at 5:26
Pass an array to a function by value
jun 14 '11 at 19:53
Enumeration inheritence in Java?
jun 2 '11 at 19:41
Why is System.arraycopy native in Java?
apr 9 '11 at 20:15
Java:Clarifications in Java Interview Questions
mar 21 '11 at 12:20
How to find repeating sequence of characters in given array
feb 24 '11 at 17:56
Strange behavior of Array.Clone()
feb 17 '11 at 13:43
Working with hashMaps
jan 11 '11 at 13:43
Do you consider multiple initialization steps “poor form”?
jan 2 '11 at 4:43
(post deleted or otherwise unavailable)
oct 27 '10 at 16:55
Why is Java “String” type written in capital letter while “int” is not?
oct 26 '10 at 9:24
Is there any way the size of the pointer can be changed from 2 bytes?
oct 1 '10 at 11:06
Add elements to Arraylist and it replaces all previous elements in Java
oct 1 '10 at 10:41
What to do if one library is not multi-threaded?
oct 1 '10 at 8:21
How to test whether a char is NOT in a string? (java, junit)
oct 1 '10 at 8:11
When to use exceptions in Java (example)
oct 1 '10 at 7:17
Calling delete on two pointers to the same object
oct 1 '10 at 5:28
Simple Java generics question
sep 29 '10 at 10:04
How are developers using source control, I am trying to find the most efficient way to do source control in a small dev environment
sep 27 '10 at 18:08
Overlaping inheritance in Java
aug 6 '10 at 0:41
What should a non-programming manager get to learn
jul 9 '10 at 19:16
What is the best way to DRY up these classes, duplication in everything but constructor
jun 11 '10 at 22:57
Is it possible to use instanceof when passing objects between Threads?
may 16 '10 at 22:02
Is it bad practice to use Reflection in Unit testing?
apr 22 '10 at 9:12
Is a class that is hard to unit test badly designed?
mar 10 '10 at 21:12
Purpose of private members in a class
mar 9 '10 at 9:36
Why is the size of an empty class in C++ not zero?
mar 5 '10 at 21:49
C++ weird thing
mar 1 '10 at 2:47
Significant difference between delegation and notification
feb 14 '10 at 8:52
When a method has too many parameters?