Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 12 Which of these is NOT a correct statement? Every class containing abstract method must be declared abstract Abstract class can be initiated

image
image
image

QUESTION 12 Which of these is NOT a correct statement? Every class containing abstract method must be declared abstract Abstract class can be initiated by new operator Abstract class can be inherited Abstract class defines only the structure of the class not its implementation QUESTION 13 Choose the TRUE declaration of an interface. public class A interface {} public class A implements interface {} public interface A {} public interface A () QUESTION 14 Which of the following is NOT an advantage of generic class? Generics promote recode usability Works with reference data type and primitive data type Create method that work with different data types Compile time error detection QUESTION 15 Which of the following statements is TRUE regarding method overriding? Method overriding satisfies both concept of inheritance and polymorphism Method overriding satisfies the concept of constructor Method overriding satisfies the concept of encapsulation Method overriding satisfies both concept of inheritance and encapsulation QUESTION 16 What is the output generated by the following piece of JAVA statement? double n] = {1,2,3,4,5}; n[2] =n[4]/2; n[3] = n[0] + n[0]; I for(int i=0;i QUESTION 5 What is the default value of the reference variable? None 0 default null

Step by Step Solution

3.35 Rating (173 Votes )

There are 3 Steps involved in it

Step: 1

The detailed answer for the above question is provided below Answer Question 12 Abstract class can be initiated by new operator Question 13 public interface A Question 14 Compile time error detection ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Human Biology

Authors: Sylvia S. Marder, Michael Windelspecht

13th edition

73525480, 978-0073525488

More Books

Students also viewed these Programming questions