https://replit.com/ should work as an online sandbox for simple testing, i've heard of but never used https://www.compilejava.net/ . Search for online java IDE for more results. Answer from lovesrayray2018 on reddit.com
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_exercises.asp
Java Exercises
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
Videos
19:27
Java Practice Programs For Beginners | Java Programs | Java Program ...
12:00:00
Java Full Course for free ☕ (2025) - YouTube
02:30:48
Java Full Course for Beginners - YouTube
03:56
Top 10 Websites to Learn Java Programming For Free - YouTube
29:08
Java Tutorial: Practice Questions On Conditionals & Switch Case ...
What is Java?
Java is an open-source, general-purpose programming language known for its versatility and stability. It's used for everything from building websites to operating systems and wearable devices. You can even find Java in outer space, running the Mars rover.
codecademy.com
codecademy.com › learn › learn-java
Java Tutorial: Learn Java Programming | Codecademy
What does Java do?
A better question might be, "what can't Java do?" You'll find Java in the back end of websites and web apps, and it dominates the smartphone market as the primary language for Android development. It's also used to process big data and build desktop, game, and cloud-based applications — and many companies use it to build their own internal tools and software.
codecademy.com
codecademy.com › learn › learn-java
Java Tutorial: Learn Java Programming | Codecademy
What do I need to know before learning Java?
There aren't any prerequisites to learning Java, but it helps to have a solid understanding of programming fundamentals (which you can learn in our Code Foundations skill path).
codecademy.com
codecademy.com › learn › learn-java
Java Tutorial: Learn Java Programming | Codecademy
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 ·
Codecademy
codecademy.com › learn › learn-java
Java Tutorial: Learn Java Programming | Codecademy
Learn about datatypes in Java and how we use them. Then, practice your skills with two projects where you create and manipulate variables.
TestDome
testdome.com › tests › java-online-test › 24
Java Online Test | TestDome
Practice your skills and earn a ... the right people. ... The Java online test assesses knowledge of programming in the Java language and commonly used parts of the Java Class Library....
CodeGym
codegym.cc
Learn Java - Online Java Course
CodeGym is an online course to learn Java. For beginners and for experienced programmers. Contains a Java tutorial and 1200 Java practice tasks!
Reddit
reddit.com › r/learnprogramming › where i can practice java online?
r/learnprogramming on Reddit: Where I can practice Java online?
July 4, 2024 -
Hello everyone, looking for recommendations on where to practice my coding skills. I'm a QA Automation Tester and It has been a lot since I coded, I'm starting to forget what I learned on Java and I would like to practice my fundamentals and data structures if you know a websites where a beginner-mid level java user can practice, it would be great. Thanks!
Learn Java
learnjavaonline.org
Learn Java - Free Interactive Java Tutorial
learnjavaonline.org is a free interactive Java tutorial for people who want to learn Java, fast.
Code-exercises
code-exercises.com
Java Programming Exercises with Solutions - Practice Online
Sharpen your lambda and streams skills with Java 8 coding practice problems.
IDTech
idtech.com › blog › how-to-practice-java-online-with-free-coding-websites
Java Coding Practice Online | Exercises From 9 Free Websites for Kids & Teens
Along with a wealth of other free coding classes, SoloLearn offers a Java course that users can take on the go! It’s both an app and an online platform, complete with a code playground with plenty of interactive exercises to choose from. ... For those on the hunt for plenty of practice coding ...
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
Edabit
edabit.com › challenges › java
800+ Java Practice Challenges // Edabit
Learn to code with fun, bite-sized challenges. Earn XP, unlock achievements and level up. It's like Duolingo for learning to code.
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.
Exercism
exercism.org › tracks › java › exercises
Java exercises on Exercism
Explore the 155 Java exercises on Exercism
Programiz
programiz.com › java-programming › online-compiler
Online Java Compiler - Programiz
// Online Java Compiler // Use this editor to write, compile and run your Java code online class Main { public static void main(String[] args) { System.out.println("Try programiz.pro"); } }