Main public logs
Appearance
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:57, 14 October 2022 Kangtain talk contribs created page Materi/Pemrograman Berorientasi Obyek/Praktek:Menampilkan text dengan java (Created page with "* Simpan dengan nama file <code>Job1.java</code> <syntaxhighlight lang="java" line="1"> public class Job1 { public static void main(String[] args) { System.out.println("Hello World"); } } </syntaxhighlight> Hello World * Simpan dengan nama file <code>Job1a.java</code> Untuk memberikan komentar/keterangan di listing program gunakan <code>//</code><syntaxhighlight lang="java" line="1"> public class Job1a { public static void main(String[] args) { System.ou...") Tag: Visual edit