Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Stephen C earned this badge 197 times |
may 15 at 20:05
Is it possible to catch out of memory exception in java?
may 5 at 14:17
fastest way to compare two Set in Java
may 2 at 20:04
Why does my JVM heap size thrash from 2gigs to 8 gigs?
may 2 at 11:52
What's wrong with mark-and-sweep GCs?
may 2 at 5:47
Java :deep copy, shallow copy, clone
apr 29 at 19:06
What is the difference between Class Path and Build Path
apr 29 at 16:36
Why Doesn't Java Allow Casting Boolean -> Int?
apr 24 at 23:35
Dynamic Variable Names in Java:
apr 22 at 4:42
java developer certification: which is more important
apr 18 at 6:22
Generics and Class.forName
apr 12 at 20:05
How to deal with Singleton along with Serialization
apr 12 at 8:40
Utility classes are evil?
apr 11 at 4:04
How does class loading work when the same class exists in different applications on the same server?
apr 9 at 12:02
Can I find the console width with Java?
apr 9 at 8:57
Java “static import” vs. “import static” in Java 8
apr 3 at 16:24
In Java is Permanent Generation space garbage collected?
apr 3 at 11:09
Why does Thread.isInterrupted () always return false?
mar 26 at 1:39
bug with varargs and overloading?
mar 13 at 12:08
What to learn for making Java web applications in Java EE 6?
mar 10 at 6:40
Is it possible to compile class files with the Java 7 SDK which can run on Java 6 JVMs?
mar 6 at 20:47
does a disaster proof language exist?
mar 1 at 15:01
How to enable Logger.debug() in Log4j
feb 24 at 21:21
Java garbage collection
feb 20 at 18:57
Why don't Generics support primitive types?
feb 20 at 11:32
Java VMs that do not require an operating system?
feb 14 at 14:42
check content in .class files
feb 5 at 14:01
Use of Java's Collections.singletonList()?
feb 5 at 7:56
Garbage Collection and Threads
jan 16 at 16:46
fixed size list in Java
jan 14 at 10:41
why only limited types allowed in switch case statements
jan 8 at 21:18
Are there any Fake File System frameworks for Java?
jan 7 at 19:06
How to limit setAccessible to only “legitimate” uses?
jan 3 at 16:32
Create a GUID in Java
jan 3 at 10:37
Android Performance - 'Avoid Internal Getters/Setters'
jan 2 at 19:47
How to isolate your program from calls to a “bad” API?
jan 1 at 15:26
Byte[] to InputStream or OutputStream
dec 29 at 16:44
How fast is Javascript compared to Java?
dec 26 at 4:57
Unicode to string conversion in Java
dec 26 at 1:57
singleton using enum
dec 17 at 14:50
how to convert byte array to string and vice versa
dec 11 at 3:46
Can't use “this” reserve word in private method?
dec 4 at 2:08
Check if a file exists before calling openFileInput
nov 22 at 14:23
What is the best encoding for buildin a multilingual java based web application, and why?
nov 20 at 22:02
How to sort 100GB worth of strings
nov 15 at 8:03
Does the Java &= operator apply & or &&?