What do you think is the type of each of the following? -private int count; -pri
ID: 3749880 • Letter: W
Question
What do you think is the type of each of the following? -private int count; -private Student representative; -private Server host;What are the names of the following fields? -private boolean alive; -private Person tutor; -private Game game;
*in Java more specifically BlueJ* What do you think is the type of each of the following? -private int count; -private Student representative; -private Server host;
What are the names of the following fields? -private boolean alive; -private Person tutor; -private Game game;
*in Java more specifically BlueJ* -private int count; -private Student representative; -private Server host;
What are the names of the following fields? -private boolean alive; -private Person tutor; -private Game game;
*in Java more specifically BlueJ*
Explanation / Answer
1) What do you think is the type of each of the following? -private int count; Answer: int -private Student representative; Answer: Student -private Server host; Answer: Server 2) What are the names of the following fields? -private boolean alive; Answer: alive -private Person tutor; Answer: tutor -private Game game; Answer: game