Where the computer stores the list of exceptions

Assignment Help JAVA Programming
Reference no: EM13804832

1. When illegal division by 0 takes place, an Exception object is not created automatically by the object-oriented language application.

A) True

B) False

2. Creating multiple methods with the same name, which will act differently and appropriately when used with different types of objects, is known as polymorphism.

A) True

B) False

3. A ____ reference is an automatically created variable that holds the address of an object and passes it to an instance method whenever the method is called.

A) key

B) public

C) that

D) this

4. A method's ____ consists of the method's statements.

A) body

B) space

C) space

D) group

5. What is one item that must be included in a method's header if it can receive a parameter?

A) local parameter name

B) global parameter name

C) parameter's client

D) return data structure

6. A ____ is one that sends an exception object out of a method so it can be handled elsewhere.

A) catch statement

B) throw method

C) catch block

D) throw statement

7. Everything is an object, and every object is a member of a ____.

A) class

B) method

C) case

D) process

8. What will be the output of the below program? List what will be out-putted to the screen and explain your answer.

class Class_name

main()

// Declarations

num index

num SIZE = 10

num numbers[SIZE] = 0,0,0,0,0,0,0,0,0,0

index = 0

while index < SIZE

numbers[index]= index * 10

index = index + 1

endwhile

output "The Output is: "

while index > 0

index = index - 1

output numbers[index]

endwhile

return

endClass

9. ____ is the process of creating a new, derived class from a base class.

A) Accessibility

B) Encapsulation

C) Inheritance

D) Polymorphism

10. A method can be used more than once within a program or in other programs.

A) True

B) False

11. The object-oriented techniques to manage errors such as dividing a value by 0 comprise the group of methods known as ____.

A) exception handling

B) error handling

C) exception processing

D) error processing

12. You can write as many constructors for a class as you want, as long as they all have different ____ lists.

A) object

B) data field

C) method

D) parameter

13. Design a class named Customer Record that holds a customer number, name, and address. Include methods to set the values for each data field and output the values for each data field. Create the class diagram and write the code (not language specific, ie. Pseudo code) that defines the class.

14. A(n) ____ statement indicates the end of the catch block in the pseudo code.

A) final catch

B) finally

C) end catch

D) stop

15. Libraries are collections of classes that serve related purposes.

A) True

B) False

16. Write a method that will perform the a division operation (divide by) on the numbers passed to it in two variables (numerator, denominator) and outputs the results. Use a try-catch pair to output an error message if the illegal operation of divide by 0 occurs.

17. A (n) ____ is one instance of a class.

A) method

B) object

C) instantiation

D) attribute

18. A catch block consists of four different elements: the keyword catch, followed by parentheses that contain an exception type and identifier, statements that take action to handle the error condition, an end catch statement, and a return statement.

A) True

B) False

19. An object is a category of things.

A) True

B) False

20. Simple non-array variables are usually passed to methods by ____.

A) value

B) reference

C) type

D) class

21. When a main() method needs to use another method, it calls, or invokes it.

A) True

B) False

22. The ability to use methods without knowing the details of their contents is a feature of ____.

A) abstraction

B) encapsulation

C) inheritance

D) construction

23. A method is a program module that contains a series of statements that carry out a task.

A) True

B) False

24. ____ variables and constants are those that are known to an entire class.

A) Global

B) Local

C) Universal

D) Comprehensive

25. What is the screen output of the following code segment? Explain the reasoning behind your answer.

Test1 = 70

Test2 = 80

Test3 = 84

NumberOfTests = 3

Average = (Test1 + Test2 + Test3) / NumberOfTests

IF Average >= 90 THEN

Output "Great job"

Output "Your average is: ", Average

ELSE

IF Average >= 80 or Average <=89 THEN

Output "Nice work"

Output "Your average is: ", Average

ELSE

Output : "Your Average is:", Average

Output ", You will do better next time!"

ENDIF

26. Methods can be ____ correctly by providing different parameter lists for methods with the same name.

A) up dated

B) tested

C) overloaded

D) passed

27. A class diagram consists of a ____ divided into three sections.

A) square

B) rectangle

C) circle

D) triangle

28. When a data field is private, it is said to be ____ to any class other than the one in which it is defined.

A) un inheritable

B) implicit

C) unreachable

D) inaccessible

29. Overloaded methods have the same name and parameter lists.

A) True

B) False

30. A constructor may require ____.

A) parameters

B) methods

C) objects

D) inheritance

31. A parent class is the same thing as a base class.

A) True

B) False

32. Programmers refer to hidden implementation details as existing in a ____.

A) white box

B) white hole

C) black box

D) black hole

33. The call stack is where the computer stores the list of exceptions.

A) True

B) False

34. The memory location known as the ____ is where the computer stores the list of method locations to which the system must return.

A) method stack

B) location stack

C) call stack

D) store location

35. When appropriate, specialized ____ classes provide an elegant way for you to handle error situations.

A) Exception

B) Error

C) Constructor

D) Event

36. A child class contains all the data fields and ____ of its parent.

A) parameters

B) classes

C) methods

D) procedures

37. Multiple inheritance is the capability to inherit more than one method from a parent class.

A) True

B) False

38. Methods are sometimes called ____.

A) segments

B) modules

C) classes

D) routines

39. Class diagrams are a type of ____ diagram.

A) Unified Illustration Language

B) Unified Modeling Language

C) Object-Oriented Modeling Language

D) Unified Pseudo code Language

40. Unreachable code statements are program statements that only execute if there is an exception.

A) True

B) False

41. Global variables are known to the entire class.

A) True

B) False

42. When a variable is declared within a method, it ceases to exist when the method ends.

A) True

B) False

43. An instance method or constructor may be overloaded by providing the same name and ____ argument list.

A) a different

B) the same

C) a larger

D) a smaller

44. A ____ is a segment of code that can handle an exception that might be thrown by the try block that precedes it.

A) catch method

B) throw block

C) catch block

D) throw statement

Reference no: EM13804832

Questions Cloud

Analyze the different phases : Analyze the different phases that will be required for the project. Your analysis should include the deliverables that will be submitted for each phase. Also provide a description for each phase and deliverables
Explain mobile computing technology to monitor patients : Analyze the advantages and disadvantages of using mobile computing technology to monitor patients. Assess the security concerns with regard to the transmission of personal medical information over wireless networks.
Compute a confidence interval for the mean length of sta : A hotel manager is interested in the mean length of stay for his guests.  A random sample of 16 guests produced a mean length of stay of 4.3 nights with a standard deviation of 1.2 nights.  Assume the distribution of lengths of stay for guests follow..
How is college different from high school : How is college different from high school? As you've not discovered already, college introduces a whole new set of challenges that you have not faced before.If college is different,then you will also need to adopt new strategies for succes.
Where the computer stores the list of exceptions : The call stack is where the computer stores the list of exceptions. Overloaded methods have the same name and parameter lists
Do you think that the candidate with the vote would have wo : The survey indicated that one candidate will get 52% of the vote while his opponent will get 48%. The result has a sampling error of 3%. Given the above data what do you think will be the confidence interval? Do you think that the candidate with 52% ..
Determine three roles that interest groups play : Determine three roles that interest groups play in American politics in terms of impacting election outcomes.
Major news channels start to cover the disease : Overnight, reports start pouring in from all over the country about pets falling sick, some critically. The company wants to communicate with its stakeholders through a memo before major news channels start to cover the disease.
Create inductive and deductive arguments : Create Inductive and Deductive Arguments

Reviews

Write a Review

JAVA Programming Questions & Answers

  Complete the twins() method

Complete the twins() method, which takes an integer argument n and prints all the sets of twin primes that are less than n, one pair per line

  Develop the game using the concepts of cohesion

Develop the game using the concepts of Cohesion, Coupling and RDD, i.e., responsibility-driven design.

  Write a method named validate to help a local banker

write a method named validate to help a local banker. Your method will need to utilize two input parameters and the method's return value (for its output).

  Create a driver class in java

Your project is to create a driver class that uses SuperJavaIceCreamClass.

  Assume that you are developing a java program which uses

suppose that youre developing a java program that uses decimal numbers and youd like to control the formatting of your

  Implement savings account using locks and conditions

A savings account object holds a non-negative balance - Use a shared counter protected by test-and-test-and-set lock. Each thread locks the counter, increments it, releases the lock, and repeatedly reads the counter until it reaches n.

  Write a java application program called largest.java

Write a Java application program called Largest.java that inputs a series of 10 single-digit numbers and determines and prints the largest of the numbers

  Implement a shopping cart class with user interface

project will be to implement a shopping cart class with user interface (UI) that contains main() in Net Beans. The UI class will be used to perform user input/output and to invoke the appropriate methods of shopping cart class. When your program star..

  Write an application that reads determines the surface area

Write a program that uses the top five countries' National Wealth to calculate the average of those five countries.

  Write a program to compare berlin, tehran and seoul

Write a program to compare Berlin, Tehran and Seoul information with Louisville - Your program should ask the User to select one of the cities with entering their first letters as input, "B" for Berlin, "T" for Tehran and "S" for Seoul.

  Program which evaluates a weighted average

Write a program which reads student names, social security numbers, and test scores from an input file named infile.

  I had to call a webservice

I had to call a webservice (1st line of code) and then from there created a loop but keep getting an error every time on the .getBusiness - I don't know what I should be using there instead of getBusiness.

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