Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 15 pages
Exam (elaborations)

Java Chapter 5 Test Questions and Answers| Latest Update 100% Solved

Document preview thumbnail
Preview 2 out of 15 pages

Java Chapter 5 Test Questions and Answers| Latest Update 100% Solved

Content preview

Java Chapter 5 Test Questions and Answers| Latest
Update 100% Solved

1) In the following code, Integer.parseInt(str), is an example of:
int num;
string str = "555";
num = Integer.parseInt(str) + 5;
A) a value-returning method
B) a void method
C) a local variable

D) a complex method ✔️✔️Answer: A


2) Which of the following is NOT a part of the method header?
A) return type
B) method name
C) parentheses

D) semicolon ✔️✔️Answer: D


3) Which of the following is included in a method call?
A) return type
B) method modifiers
C) parentheses

D) return variable ✔️✔️Answer: C


4) You should always document a method by writing comments that appear:
A) just before the method's definition
B) just after the method's definition

, C) at the end of the file

D) only if the method is more than five lines long ✔️✔️Answer: A


5) When an argument value is passed to a method, the receiving parameter variable is:
A) declared within the body of the method
B) declared in the method header inside the parentheses
C) declared in the calling method

D) uses the declaration of the argument ✔️✔️Answer: B


6) If you attempt to use a local variable before it has been given a value:
A) a compiler error will occur
B) the local variable will always contain the value 0
C) the results will be unpredictable

D) the local variable will be ignored ✔️✔️Answer: A


7) What will be the result of the following code?
int num;
string str = "555";
num = Integer.parseInt(string str) + 5;
A) num will be set to 560.
B) str will have a value of "560".
C) The last line of code will cause an error.

D) Neither num or str will be changed. ✔️✔️Answer: C


8) Given the following method header, which of the method calls would be an error?
public void displayValues(double x, int y)
A) displayValue(a,b); // where a is a long and b is a byte

Document information

Uploaded on
March 21, 2025
Number of pages
15
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$11.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
KateJones
4.8
(12)
Sold
31
Followers
0
Items
5707
Last sold
1 week ago




Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions