1. Which of the following is true concerning the following statement: class Manager extends Employee





Write Comment

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->There are 50 students in a class. In a class test 22 students get 25 marks each, 18 students get 30 marks each. Each of the remaining gets 16 marks. The average mark of the whole class is :....
QA->In a class of 20 students the average age is 16 years.If the age of the class teacher is added to that of students,the average age of the class becomes 17 years.What is the age of the teacher?....
QA->Which statement is true with respect to Leukaemia?....
QA->Statement that is obviously true....
QA->One word Substitution of " Statement that is obviously true....
MCQ->Which of the following is true concerning the following statement: class Manager extends Employee....
MCQ->A relational database contains two tables employee and department in which employee table has columns emp-no, name and dept-id and department table has columns dept-id and dept-name. The following insert statement were executed successfully to populate the empty tables:Insert into department values (1, ‘computer science’)Insert into department values (2, ‘information technology')Insert into employee values (1, ‘Navin, 1)Insert into employee values (2, ’Mukeeh', 2)Insert into employee values (3, 'Suresh', X)....
MCQ->What will be the output of the program? class Tree { } class Pine extends Tree { } class Oak extends Tree { } public class Forest1 { public static void main (String [] args) { Tree tree = new Pine(); if( tree instanceof Pine ) System.out.println ("Pine"); else if( tree instanceof Tree ) System.out.println ("Tree"); else if( tree instanceof Oak ) System.out.println ( "Oak" ); else System.out.println ("Oops "); } }....
MCQ-> Study the following information carefully and answer the questions given below :P, Q, R, S, T and M are six students of a school, one each studies in Class 1-VI. Each of them has a favourite colour from red, black, blue, yellow, pink and green, not necessarily in the same order. Q likes black and does not study in Class IV or V. The one who studies in class IV does not like green. P studies in class II, M likes blue and does suidy in class IV. The one who likes ,t•Ilow studies in class VI. S likes pink itu I studies in class I. R does not study at class VI.In which class does R study ?
 ....
MCQ->interface DoMath { double getArea(int rad); } interface MathPlus { double getVol(int b, int h); } / Missing Statements ? / which two code fragments inserted at end of the program, will allow to compile? class AllMath extends DoMath { double getArea(int r); } interface AllMath implements MathPlus { double getVol(int x, int y); } interface AllMath extends DoMath { float getAvg(int h, int l); } class AllMath implements MathPlus { double getArea(int rad); } abstract class AllMath implements DoMath, MathPlus { public double getArea(int rad) { return rad rad 3.14; } }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions