Exam 5: Defining Classes II

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In a static method,you may use the this parameter either explicitly or implicitly.

(True/False)
4.8/5
(33)

A bit may have the value of either a 1 or 0.

(True/False)
4.8/5
(34)

Write a Java method that returns true if and only if a character is a digit or a letter.The method should display appropriate feedback to the console.

(Essay)
4.9/5
(40)

How many bytes are contained within 16-bits,32-bits,64-bits?

(Essay)
4.9/5
(35)

Create a Java class named Book with instance variables title,author,ISBN,and yearPublished.Include javadoc style comments to describe your interface.Such a class would normally have methods,but you are not required to supply any methods.

(Essay)
4.9/5
(38)

A copy constructor has _________ parameters.

(Multiple Choice)
4.8/5
(36)
Showing 41 - 46 of 46
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)