Java

0%
Coding
Theory
  • Write a Java function that checks if a given number is prime.

    Junior
  • Write a Java function that generates a Fibonacci sequence.

    Junior
  • Write a Java function to find the factorial of a given number.

    Junior
  • Write a Java program to reverse a string.

    Junior
  • Write a Java function that swaps two numbers without using a temporary variable.

    Mid
  • Write a Java function to check if a string is a palindrome.

    Mid
  • Write a Java function to implement the Bubble sort algorithm.

    Mid
  • Create a function to iterate through a nested map of arbitrary depth.

    Senior