W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Java
server
Go to Spaces
Ctrl+Alt+P
class Animal { Animal() { System.out.println("Animal is created"); } } class Dog extends Animal { Dog() { super(); // Call parent constructor System.out.println("Dog is created"); } } public class Main { public static void main(String[] args) { Dog myDog = new Dog(); } }
Animal is created
Dog is created
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル