CORE JAVA PROGRAMMING - Topics

CORE JAVA PROGRAMMING - Practice Problems

CORE JAVA PROGRAMMING - Practice Problems

1. Write a Java program to create a basic Java thread that prints "Hello, World!" when executed.

Tutorial

2. Write a Java program that creates two threads to find and print even and odd numbers from 1 to 20.

Tutorial

3. Write a Java program that sorts an array of integers using multiple threads.

Tutorial

4. Write a Java program that performs matrix multiplication using multiple threads.

Tutorial

5. Write a Java program that calculates the sum of all prime numbers up to a given limit using multiple threads.

Tutorial

6. Write a Java program to implement a concurrent web crawler that crawls multiple websites simultaneously using threads.

Tutorial

7. Write a Java program that creates a bank account with concurrent deposits and withdrawals using threads.

Tutorial

8. Create the program to create multiple threads by using Runnbale interface

Tutorial

9. Create the program to create multiple threads by using Thread class

Tutorial

10. Create the program to create multiple threads, set its name and its priority.

Tutorial

11. Create the program to create multiple threads, show an example of synchronization keyword.

Tutorial

12. Create the program to create multiple threads, show an example of notify, notifyall, wait, resume, sleep methods.

Tutorial

13. Create the program to create multiple threads, show an example of join and yield methods.

Tutorial

Expand Your Horizons with Our Free YouTube Courses

Our comprehensive YouTube courses cover a wide range of computer science and IT subjects. Each course is carefully crafted to provide you with a solid foundation and a deeper understanding of the topic. Explore our playlist of free courses and learn at your own pace. Stay ahead of the curve and boost your knowledge with our engaging video lectures.

Java Course

Learn Now

Data Structures Course

Learn Now

DBMS Course

Learn Now