Java programming.
Fill the empty boxes with the Answer.
1) The Java compiler javac translates Java source code into [Answer].
2) In Java a class object can inherit the properties of a superclass by using the [Answer] keyword.
3) A(n) [Answer] method consists of the same method name but different number or types of parameters
4) In a class definition, the special method that is called to create an instance of that class is known as a/an [Answer]
5) The [Answer] statement forces an exception object to be generated.
1) The Java compiler javac translates Java source code into bytecode. 2) In Java a class object can inherit the properties of a superclass by using the extends keyword. 3) A(n) overloaded method consists of the same method name but different number or types of parameters 4) In a class definition, the special method that is called to create an instance of that class is known as a/an constructor 5) The throw statement forces an exception object to be generated.
Get Answers For Free
Most questions answered within 1 hours.