Java Puzzles Tutorials
- FizzBuzz Solution in Java
- Find Missing Number From Series/Array in Java
- 3 Ways to Calculate Factorial in Java
- Reverse String in Java – Reverse String by Words
- Puzzle – Return all the strings with the Nth longest length
- Puzzle – Check if string is complete (contains all alphabets)
- Java puzzle : Good String – Bad String
- Java puzzle – Find all the duplicate elements
- Java puzzle – TreeMap put operation
- Find duplicate elements in an array
- HiLo Guessing Game in Java
- Compound assignment operator [i += j] is not same as [i = i + j] in java
- How to Detect infinite loop in LinkedList with Example
- Java string palindrome – Java number palindrome example
- Java – Create object without ‘new’ keyword
- Dead code and unreachable code in Java