Which of the following compile

Assignment Help JAVA Programming
Reference no: EM131455438

Any partially correct answers for a question will  not get the point regardless how many choices applicable.

Please clearly mark your choice in a separate line such as:

 Answer: A, D

1. Which of the following can fill in the blank in this code to make it compile? (Choose all that apply)

public class Ant {

  _____ void method() { }

}

A.   default

B.    final

C.    private

D.   Public

E.    String

F.     zzz:

2.     Which of the following compile? (Choose all that apply)

A.   final static void method4() { }

B.    public final int void method() { }

C.    private void int method() { }

D.   static final void method3() { }

E.    void final method() {}

F.     void public method() { }

3.     Which of the following methods compile? (Choose all that apply)

A.   public void methodA() { return;}

B.    public void methodB() { return null;}

C.    public void methodD() {}

D.   public intmethodD() { return 9;}

E.    public intmethodE() { return 9.0;}

F.     public intmethodF() { return;}

G.   public intmethodG() { return null;}

4.  Given the following method, which of the method calls return 2? (Choose all that apply)

publicinthowMany(boolean b, boolean... b2) {

return b2.length;

}

A.   howMany();

B.    howMany(true);

C.    howMany(true, true);

D.   howMany(true, true, true);

E.    howMany(true, {true});

F.     howMany(true, {true, true});

G.   howMany(true, new boolean[2]);

5.      What is the output of the following code?

1: class Mammal {

2:   public Mammal(int age) {

3:     System.out.print("Mammal");

4:   }

5: }

6: public class Platypus extends Mammal {

7:   public Platypus() {

8:     System.out.print("Platypus");

9:   }

10:   public static void main(String[] args) {

11:     new Mammal(5);

12:   }

13: }

A.    Platypus

B.     Mammal

C.     PlatypusMammal

D.    MammalPlatypus

E.     The code will not compile because of line 8.

F.      The code will not compile because of line 11.

Reference no: EM131455438

Questions Cloud

Describe the two osha violations : Titanium Metals produces titanium ingots in Nevada. Titanium is a highly flammable substance during processing and can be ignited by heat, sparks.
Compute the amount of contribution margin on each product : Compute amount of contribution margin on each product. Compute amount of contribution margin that will be obtained per pound of material used in each product.
How is procrastination different from laziness : How is procrastination different from laziness? What are some techniques you can use to avoid and overcome the pitfalls of procrastination?
How freedom of expression and intellectual property rights : Discuss how freedom of expression and intellectual property rights might ethically conflict.
Which of the following compile : Which of the following can fill in the blank in this code to make it compile?
Which views are prevails : A Christmas tree grower used seasonal help to assist in harvesting Christmas trees and did not pay them overtime wages since the growers deemed the employees.
How the changes will benefit the manufacturing plant : Explain and support the decisions and be able to explain how the changes will benefit the manufacturing plant.
What relief does the flsa provide for sasha : Sasha is employed as the Winstons' babysitter when they must occasionally stay over in town because of their jobs. Sasha is becoming increasingly discontented.
Implementing policies that require employees : Do you think it is ethical to penalize an employee for choosing junk food or smoking, even when all products are legal?

Reviews

Write a Review

JAVA Programming Questions & Answers

  System schedule on a multiprocessor-multicore environment

This program assignment is provided to let the students understand how to the Operating Systems schedule all the processes on a multiprocessor or multicore environment.

  Calculate the percentage wins of a team

Write a program that will calculate the percentage wins of a team. The program will input the number of wins and losses that a team acquired during a season. The wins should be input in a parameter-less value returning function that returns the wi..

  Develop a web-based application the server-side part of

develop a web-based application. the server-side part of the application must be developed using java servlets

  Define an enum type in the librarybook class

Define a class variable, totalTVs, whose purpose is to keep track of the total number of Television objects constructed during execution of a program that uses the Television class - Define an enum type in the LibraryBook class corresponding to the..

  Demonstrate all of the methods of your stack.

Create a StackTest.java file to demonstrate all of the methods of your stack. Instantiate two stacks; one for String and one for Integer. Push words/integers onto your stack. After you have pushed a series of words/integers on your stack use..

  Create a java program to calculate the bmi

In this assignment you are required to create a java program to calculate the BMI. Enter the weight and height of person and let the program automatically calculate the BMI.

  Write a java program to simulate a lottery drawing

Write a Java program to simulate a lottery drawing. Your program should allow the user to enter values for k, n, and m above. Then, ask the user to enter the numbers that s/he wishes to play.

  What are the merits and demerits of the use of mainframes

write a 200- to 300-word short-answer response to the followingwhat are the advantages and disadvantages of the use of

  Write class encapsulating the concept of weather forecast

Write a class encapsulating the concept of the weather forecast, assuming that it has the given attributes: the temperature and the sky conditions, which could be sunny, snowy, cloudy, or rainy.

  Determines and displays the smallest and largest

Create a method that determines and displays the smallest and largest of the ten values. Then, pass the array to the method - Create a GUI application whose button's Click() method accepts ten integer values from a TextBox and stores them in an arra..

  How are they used in javadoc comments

What is a tag and how are they used in Javadoc comments?

  Write a method insertat that takes four parameters

Write a method, insertAt, that takes four parameters: an array of integers; the length of the array; an integer, say, insertItem; and an integer, say, index.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd