Java questions by Nadezhda Fidiro - Wednesday, 14 January 2026, 3:58 AM Number of replies: 1 Please explain how to create a simplest Java code-runner questions. Such as a "Hello world" for example.Thanks a lot Permalink In reply to Nadezhda Fidiro Re: Java questions by Richard Lobb - Wednesday, 14 January 2026, 5:44 PM This YouTube video explains how to write a Python3 question: https://www.youtube.com/watch?v=Wpp5L3gNfoQ&t=273s&pp=0gcJCU0KAYcqIYzv. To instead write a "Hello world" Java question, type you need to change only two things: Select "Java program" as the question type instead of "Python3" Define only a single test case, with no Test code or Input, and with the Expected Output being "Hello world". Permalink Show parent
In reply to Nadezhda Fidiro Re: Java questions by Richard Lobb - Wednesday, 14 January 2026, 5:44 PM This YouTube video explains how to write a Python3 question: https://www.youtube.com/watch?v=Wpp5L3gNfoQ&t=273s&pp=0gcJCU0KAYcqIYzv. To instead write a "Hello world" Java question, type you need to change only two things: Select "Java program" as the question type instead of "Python3" Define only a single test case, with no Test code or Input, and with the Expected Output being "Hello world". Permalink Show parent