Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Eran

Eran

Eran has asked 9 questions and find answers to 1692 problems.

Stats

51.0k
EtPoint
18.1k
Vote count
9
questions
2k
answers

About

Here are some links to deleted posts that only 10k rep users can view, unless they are undeleted:

  1. Bitwise left shift on long

  2. Why does this output 5?

  3. "Missing return statement"

  4. Cannot Catch ArithmeticException when dividing by zero

  5. difference between (double)(1/2) and (double)1/2

  6. Why adding one else statement is changing whole scenario?

  7. Pangram detector not recognizing every pangram

  8. Unable to resolve return type on generic factory method

  9. Why am I getting "Syntax error on token "else", ) expected"?

  10. I get the error else without if

  11. Array size in default constructor

  12. I am having problems with this program

  13. cannot make a static reference to the non-static method

  14. TreeMap<Object,Object> issue

  15. Using ((Base)this).f(); instead of super.f() in Derived.f() compiles fine but causes StackOverflowError in Runtime

  16. Is Double.POSITIVE_INFINITY a true representation of infinity?

  17. Why do these "else if" statements not work?

  18. Java Arrays pass by reference

  19. How to write Fibonacci in one line?

  20. Simple calculation on for loop

  21. Exception in thread "main" ArrayIndexOutOfBoundsException: 8

  22. Java program for multiply two matrix (with user input

  23. Bukkit ArrayIndexOutOfBoundsException on Checking for an Argument

  24. how this code works a basic Java question

  25. input.read errors in conversion

  26. Is there any way to avoid the execution of a method inside a "if" check if that check has already been "true"?

  27. Java naming convention: plural form method name - best practice - links?

  28. On which basis does SortedSet sort