Skip to main content
Boann's user avatar
Boann's user avatar
Boann's user avatar
Boann
  • Member for 12 years, 11 months
  • Last seen this week
107 votes
1 answer
11k views

Loop doesn't see value changed by other thread without a print statement

62 votes
4 answers
5k views

Are the bit patterns of NaNs really hardware-dependent?

39 votes
3 answers
3k views

Why does Thread implement Runnable?

24 votes
3 answers
17k views

Code replacement with an annotation processor

19 votes
3 answers
1k views

Why is throwing a checked exception type allowed in this case?

13 votes
4 answers
3k views

Determine which thread owns a monitor

10 votes
2 answers
2k views

Why do extensions of inner classes get duplicate outer class references?

10 votes
1 answer
312 views

What are "extern char condition tricks"?

9 votes
1 answer
1k views

How does adding MIN_VALUE compare integers as unsigned?

8 votes
1 answer
517 views

How does this color blending trick that works on color components in parallel work?

7 votes
1 answer
951 views

Enum disassembled with javap doesn't show constructor arguments

7 votes
1 answer
366 views

Disable JShell history

7 votes
3 answers
4k views

Complex number equals method

7 votes
2 answers
1k views

Java NTFS compression attribute

7 votes
2 answers
2k views

How do I cut a file to the clipboard in Java?

6 votes
3 answers
363 views

How can I make classes easily configurable without run-time overhead?

5 votes
2 answers
85 views

Why can't I access a private (nestmate) class member via generics?

5 votes
3 answers
531 views

Assign to static final field of same name

5 votes
1 answer
2k views

What cursors are available through Cursor.getSystemCustomCursor?

5 votes
2 answers
4k views

Get real value of a CSS color property in script

5 votes
1 answer
144 views

Is it necessary to switch to the Swing thread from an application's main method?

5 votes
2 answers
948 views

Find source of print call

3 votes
1 answer
314 views

Restrict method to RandomAccess List

2 votes
3 answers
1k views

Adding a context menu to all Swing text components in application

2 votes
4 answers
2k views

JRadioButton navigation with arrow keys

2 votes
2 answers
513 views

Vote counting script is not adding up correctly

2 votes
1 answer
4k views

Performance difference between DISTINCT and GROUP BY

2 votes
3 answers
705 views

How do you set variables NORMALLY after using setlocal?

2 votes
1 answer
167 views

Generate custom classes from within a security sandbox (e.g., applet)

2 votes
1 answer
528 views

Why are two elements of my inverse projection matrix always 0?