About 30 results
Open links in new tab
  1. Java Programming Exercises with Solutions - Practice Online

    The primary programming language is Java, as it is mature and easy to learn, but you can practice the same problems in any other language (Kotlin, Python, Javascript, etc.).

  2. Java programming exercises with solutions online | Code Exercises

    Java Programming Exercises to Improve your Coding Skills with Solutions. All you need to excel on a Java interview ! Now with Java 8 Lamdbas and Streams exercises.

  3. Coding Interview | 50+ Interview Resources - code-exercises.com

    Best coding exercises to practice for coding interviews. Programming problems and solution from Leetcode, Hacker Rank, Geeks for Geeks and more.

  4. - Java Exercise with Solutions - code-exercises.com

    Challenging Sum of Two Numbers Sum Multiples of Three and Five Factorial Linear Search Reverse String Find Maximum Average Value (Java 8 Lambdas and Streams) Convert to …

  5. Fibonacci Number - Java Exercise with Solutions - code …

    Write a method that returns the nth element of the Fibonacci Sequence The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34,...

  6. Linear Search - Java Exercise with Solutions - code-exercises.com

    Write a method that returns the index of the first occurrence of given integer in a list. Assume that the index of the first element in the list is zero. If the number does not exist return -1.

  7. Average Value (Java 8 Lambdas and Streams) - code-exercises.com

    Average Value (Java 8 Lambdas and Streams) Write a method that returns the average of a list of integers.

  8. Coding Bat Review for Programming Job Candidates - code …

    Feb 22, 2018 · Coding Bat was one of the first sites to provide the ability to submit your code online. It supports both Java and Python, although the number of exercises available in Python …

  9. - Java Exercise with Solutions - code-exercises.com

    Fizz Buzz Prime Number Fibonacci Number Palindrome Check Even Fibonacci Sum Greatest Common Divisor Package Rice Bags Filter Strings (Java 8 Lambdas and Streams) Comma …

  10. The Best Code Kata Ever - code-exercises.com

    May 23, 2020 · In this post, I’ll show you my favourite code kata. The core idea is to resolve a relatively simple programming problem, following an exaggerated version of coding best …