HOME > Development > Java Coding Challenge Bootcamp

Java Coding Challenge Bootcamp

  • Development
  • Apr 24, 2025
SynopsisJava Coding Challenge Bootcamp, available at $34.99, has an a...
Java Coding Challenge Bootcamp  No.1

Java Coding Challenge Bootcamp, available at $34.99, has an average rating of 4, with 72 lectures, based on 79 reviews, and has 18664 subscribers.

You will learn about Coding challenges in real time How to solve coding challenges Elaborating problem solving skill by solving problems This course is ideal for individuals who are Who want to learn how to solve coding questions or Serious about programming or Trying to get into the programming world It is particularly useful for Who want to learn how to solve coding questions or Serious about programming or Trying to get into the programming world.

Enroll now: Java Coding Challenge Bootcamp

Summary

Title: Java Coding Challenge Bootcamp

Price: $34.99

Average Rating: 4

Number of Lectures: 72

Number of Published Lectures: 72

Number of Curriculum Items: 72

Number of Published Curriculum Objects: 72

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • Coding challenges in real time
  • How to solve coding challenges
  • Elaborating problem solving skill by solving problems
  • Who Should Attend

  • Who want to learn how to solve coding questions
  • Serious about programming
  • Trying to get into the programming world
  • Target Audiences

  • Who want to learn how to solve coding questions
  • Serious about programming
  • Trying to get into the programming world
  • Hello!

    Welcome to the “Java Coding Challenge Bootcamp” course.

    I designed this course for you to help you solving coding problems using java from scratch.

    If you are beginner and looking for learn programming or you want to be a programmer as early as possible, then this is the course for you. I designed this course with easy to average level of coding questions for you.

    The coding challenge you will learn from this course:

    # Add sub mul div & mod

    # Even or odd

    # Area of a circle

    # Swap values

    # Min max of two (ternary operator)

    # MIn max of three (ternary operator)

    # Second largest of three (ternary operator)

    # Sort values of variable in ASC order

    # Leap year

    # Distance between two points of a straight line

    # Sum of array elements

    # Factorial number

    # Greatest Common Divisor (GCD)

    # Prime number testing

    # Perfect number testing

    # Sum up to N

    # Sum up to N odd

    # Sum up to N even

    # Average of first N numbers

    # Fizzbuzz

    # Reverse a number

    # Counting digits of a number

    # Sum of digits

    # Palindrome (for number)

    # Reverse a string

    # Palindrome (for strings)

    # Binary to decimal

    # Decimal to binary

    # Decimal to octal

    # Octal to decimal

    # Decimal to hexadecimal

    # Hexadecimal to decimal

    # First recurring elements

    # Most frequent

    # Two sum

    No worries, we have 30 days money back guarantee. So nothings to lose.

    See you inside!

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Lecture 2: Download and setup intellij

    Chapter 2: CC-01 : Coding challenge 01

    Lecture 1: Problem: Add, sub, mul, div & mod

    Lecture 2: Solution

    Chapter 3: CC-02: Coding challenge 02

    Lecture 1: Problem: Checking a number even or odd

    Lecture 2: Solution

    Chapter 4: CC-03: Coding challenge 03

    Lecture 1: Problem: Area of a circle

    Lecture 2: Solution

    Chapter 5: CC-04: Coding challenge 04

    Lecture 1: Problem: Swapping value of variable

    Lecture 2: Solution

    Chapter 6: CC-05: Coding challenge 05

    Lecture 1: Problem: Min max of two numbers (Ternary operator)

    Lecture 2: Solution

    Chapter 7: CC-06 : Coding challenge 06

    Lecture 1: Problem: Min max of three (Ternary operator)

    Lecture 2: Solution

    Chapter 8: CC-07: Coding challenge 07

    Lecture 1: Problem: Second largest of three (Ternary operator)

    Lecture 2: Solution

    Chapter 9: CC-08: Coding challenge 08

    Lecture 1: Problem: Sort value of variables in ASC order

    Lecture 2: Solution

    Chapter 10: CC-09: Coding challenge 09

    Lecture 1: Problem: Leap year

    Lecture 2: Solution

    Chapter 11: CC-10: Coding challenge 10

    Lecture 1: Problem: Distance between two points

    Lecture 2: Solution

    Chapter 12: CC-11: Coding challenge 11

    Lecture 1: Problem: Sum of array elements

    Lecture 2: Solution

    Chapter 13: CC-12: Coding challenge 12

    Lecture 1: Problem: Factorial of a number

    Lecture 2: Solution

    Chapter 14: CC-13: Coding challenge 13

    Lecture 1: Problem: GCD (Greatest Common Divisor)

    Lecture 2: Solution

    Chapter 15: CC-14: Coding challenge 14

    Lecture 1: Problem: Prime number testing

    Lecture 2: Solution

    Chapter 16: CC-15: Coding challenge 15

    Lecture 1: Problem: Perfect number testing

    Lecture 2: Solution

    Chapter 17: CC-16: Coding challenge 16

    Lecture 1: Problem: Sum up to N

    Lecture 2: Solution

    Chapter 18: CC-17: Coding challenge 17

    Lecture 1: Problem: Sum up to N (Odd)

    Lecture 2: Solution

    Chapter 19: CC-18: Coding challenge 18

    Lecture 1: Problem: Sum up to N (Even)

    Lecture 2: Solution

    Chapter 20: CC-19: Coding challenge 19

    Lecture 1: Problem: Average of first N numbers

    Lecture 2: Solution

    Chapter 21: CC-20: Coding challenge 20

    Lecture 1: Problem: Fizzbuzz

    Lecture 2: Solution

    Chapter 22: CC-21: Coding challenge 21

    Lecture 1: Problem: Reverse a number

    Lecture 2: Solution

    Chapter 23: CC-22: Coding challenge 22

    Lecture 1: Problem: Counting digit of a number

    Lecture 2: Solution

    Chapter 24: CC-23: Coding challenge 23

    Lecture 1: Problem: Sum of digits

    Lecture 2: Solution

    Chapter 25: CC-24: Coding challenge 24

    Lecture 1: Problem: Checking a number palindrome or not

    Lecture 2: Solution

    Chapter 26: CC-25: Coding challenge 25

    Lecture 1: Problem: Reverse a strings

    Lecture 2: Solution

    Chapter 27: CC-26: Coding challenge 26

    Lecture 1: Problem: Checking a string palindrome or not

    Lecture 2: Solution

    Chapter 28: CC-27: Coding challenge 27

    Lecture 1: Problem: Binary to decimal

    Lecture 2: Solution

    Chapter 29: CC-28: Coding challenge 28

    Lecture 1: Problem: Decimal to binary

    Lecture 2: Solution

    Chapter 30: CC-29: Coding challenge 29

    Lecture 1: Problem: Decimal to octal

    Lecture 2: Solution

    Chapter 31: CC-30: Coding challenge 30

    Lecture 1: Problem: Octal to decimal

    Lecture 2: Solution

    Chapter 32: CC-31: Coding challenge 31

    Lecture 1: Problem: Decimal to hexadecimal

    Lecture 2: Solution

    Chapter 33: CC-32: Coding challenge 32

    Lecture 1: Problem: Hexadecimal to decimal

    Lecture 2: Solution

    Chapter 34: CC-33: Coding challenge 33

    Instructors

  • Java Coding Challenge Bootcamp  No.2
    Md. A. Barik
    Software Engineer | Udemy Instructor
  • Rating Distribution

  • 1 stars: 4 votes
  • 2 stars: 1 votes
  • 3 stars: 7 votes
  • 4 stars: 33 votes
  • 5 stars: 34 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!