• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/18

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

18 Cards in this Set

  • Front
  • Back
class methods are normallywhat?
utility methods
how do you acces methods in the Math class
with a class identifyer
In the statement int num; int is the ______ and num is the ________
type; variable
in the statement bank tom; bank is the _____ and tom is the ____
type; variable
what are 4 data types
int, double, char, string
what do simple data types store
a single value
what are the 2 catagories of methods
return and void
what kind of values do void methods return
none
it is not possible to create large, reliable programs without being very concious of __________
program design
list the 3 trigonomicmethods of the mnath class
Math.sin Math.cos Math.tan
what2 things do class data types store
values & methods
what word dont you use in the 2nd and 3rd class in a program
public
how would you call the hiss method from the
Boo class
Boo.hiss();
what applet method controls graphics display?
paint
output on the monitor requires the use of a ____object
graphics
common methods should be placed into a
class
what methods donot require any parameters
S.O.P. ; Rand int
method declarations have an identifyer followed by
parenthesis