Programiz PRO
programiz.pro › course › practice-java-basics
Practice: Java Basics
Master the basics of Java programming by solving 60+ practice problems in real-time.
TestDome
testdome.com › tests › java-online-test › 24
Java Online Test | TestDome
Practice your skills and earn a ... Take a Practice Test · Screen real Java skills, flag human or AI assistance, and interview the right people. ... The Java online test assesses knowledge of programming in the Java language and commonly used parts of the Java Class Library. This test requires solving live coding problems in ...
Website for practicing Java?
https://geeksforgeeks.com . https://hackerrank.com . https://hackerearth.com . https://codechef.com . https://codeforces.com . https://learnbyexample.com . https://dmoj.ca . https://codewars.com . These are some websites for practicing coding EDIT: including suggestions from the comments https://www.baeldung.com/java-tutorial More on reddit.com
which is the best website to learn java and practice problems for the beginner
http://codingbat.com
More on reddit.comWhere should I learn/practice Java, if I already know the basics but I feel like I can't really do anything useful?
The FAQ in the sidebar has some suggestions: Where can I find practice exercises and project ideas? My take on this: There is no way around writing code from scratch if you want to move beyond the beginner stage. It's normal to feel stumped and blocked, and usually people then go and take yet another course, but that keeps them in the same place. Start small, as small as you need: If a text-based Hangman game is too hard for now, do a temperature converter. Then expand on it: Add other conversions to it and let the user pick. Make a GUI for it. Log the conversions made into a file. Process the log, generate statistics. Or write a 6-of-49 lottery number generator. Then add functionality that each set of numbers must be unique if the number of sets allows for it. Add a GUI. You could even turn it into a game later on. Or do a simple to-do list or a note taking app. Basic functionality first (title, body, create, delete, completion toggle), add saving and loading (JSON or another plain text format, add database support later), add editing, add unique ID for each note, add dynamic filtering, add sorting, add exporting, add image support when you have done a GUI for it, and so on. If it's something you have a use for, even better! The hardest part is getting started. It may be helpful to plan a program first on paper or in some piece of software. Use pseudo code or flowcharts. This will give you some structure and force you to think about what you'll do. Then code. It doesn't need to be perfect or look super snazzy, it just needs to work. You can optimize or re-write it later. Problem sites like Edabit are great for warming up, but don't spend all your time solving isolated problems because that will still not teach you to build something from scratch. More on reddit.com
Website that provides Java Practice problems?
The closest thing that I know of would probably be CodingBat , but even then it just seems to have a couple of topics. Unless anyone knows of something that is like you said, I would just suggest checking out the lists of problems ( Karan , Martyr2's , Project Euler ) or some subreddits ( r/programmingpromts r/dailyprogrammer ) and using them to practice. More on reddit.com
Videos
29:08
Java Tutorial: Practice Questions On Conditionals & Switch Case ...
10:36
Java Tutorial: Chapter 1- Practice Set | Java Practice Problems ...
25:49
Java tutorial: Practice Questions on Loops - YouTube
02:37:49
Dynamic Programming with Java – Learn to Solve Algorithmic Problems ...
15:35
Java Practice Programs For Beginners | Basic Java Programs | Java ...
13:54
Java Practice Questions on Strings: Practice Set on Java Strings ...
CodingBat
codingbat.com › java
CodingBat Java
CodingBat code practice · Welcome to Codingbat. See help for the latest. Java Example Solution Code · Java String Introduction (video) Java Substring v2 (video) Java String Equals and Loops · Java String indexOf and Parsing · Java If and Boolean Logic · If Boolean Logic Example Solution Code 1 (video) If Boolean Logic Example Solution Code 2 (video) Java For and While Loops ·
Medium
medium.com › javarevisited › where-to-get-daily-coding-practice-in-java-21e877485248
Where to Get Daily Coding Practice in Java | by John Selawsky | Javarevisited | Medium
May 17, 2023 - You can meet either online or in-person (as soon as it is possible again). Join an existing chapter or create your own. This year the platform introduced a new better pricing plan for the Pro level with more than 35% off. A handy option in case you wanna hit it hard from the start. And there are crispy “cheat sheets” to help you get through the basics fast. This one is for Java. With this short list of great places to practice Java daily your choice becomes quite narrowed down.
CodeChef
codechef.com › practice › java
Practice Java
Complete your Java coding practice with our online Java practice course on CodeChef. Solve over 180 coding problems and challenges to get better at Java.
W3Schools
w3schools.com › java › java_quiz.asp
Java Quiz
Variables Print Variables Multiple Variables Identifiers Constants (Final) Real-Life Examples Java Data Types
InterviewBit
interviewbit.com › practice
Coding Practice | Coding Challenges - InterviewBit
Level up your programming skills with our comprehensive guide containing interview questions, practice problems, coding challenges and alot more.
Reddit
reddit.com › r/learnjava › website for practicing java?
r/learnjava on Reddit: Website for practicing Java?
February 7, 2021 -
Im currently learning Java from MOOC, the exercises are good, but sometimes I would like to practice what I already know. I tried HackerRank but it's little bit confusing for me.
It doesn't need to be website, maybe some videos for practice or anything else.
Any recommendations?
Top answer 1 of 17
68
https://geeksforgeeks.com . https://hackerrank.com . https://hackerearth.com . https://codechef.com . https://codeforces.com . https://learnbyexample.com . https://dmoj.ca . https://codewars.com . These are some websites for practicing coding EDIT: including suggestions from the comments https://www.baeldung.com/java-tutorial
2 of 17
17
start here and then move on to the links in the other comments https://codingbat.com/java
Pskills
pskills.org › corejava.jsp
Free Core Java Online Practice Test and Preparation for Exam
Free Core Java Online Practice Test and Preparation for Exam and find out how much you score before you appear for your next interview and written test.
GeeksforGeeks
geeksforgeeks.org › java › java-exercises
Java Exercises - Basic to Advanced Java Practice Programs with Solutions - GeeksforGeeks
October 9, 2025 - This Java exercise collection is designed to deepen your understanding of Java and refine your coding skills. The programs provide hands-on experience in solving real-world problems, reinforce key concepts, and help you master Java fundamentals, including variables, control statements, arrays, strings, methods, and object-oriented programming.
University of Washington
practiceit.cs.washington.edu
Practice-It, a web-based practice problem tool for computer science students
Practice-it is a web application to help you practice solving Java programming problems online.
W3Schools
w3schools.com › java › java_exercises.asp
Java Exercises
Variables Print Variables Multiple Variables Identifiers Constants (Final) Real-Life Examples Java Data Types