-
-
-
Extending a class is the way Java inherits methods and variables from a parent class.
Skill/Topic: AWT & AppletsA) TrueB) False
-
A thread is a program's path of execution
Skill/Topic: AWT & AppletsA) TrueB) False
-
If you want to mix fonts or colors within the text, or to have formatting such as multiple lines, you can use HTML
Skill/Topic: AWT & AppletsA) TrueB) False
-
Which of the following will change to the next directory above the current directory?
Skill/Topic: AWT & AppletsA) chDir("..");B) cd(".");C) up();D) none of the above