CMIS 141 Week 1 Quiz
- What development tool do you use to launch Java bytecodes?
- Which of the following is an invalid Java statement:
- What Java keyword can used to create a named constant?
- Given the following sequence of Java code:
- You are designing a program for users to enter whole numbers that range from -200 to 2147483648. What Java data type will best satisfy this range of numbers?
- Select the correct line of Java code to assign 1000 to an int variable named myValue.
- Given the following sequence of Java code:
- In Java, if var1 = “Hello” and var2 = “UMUC”, what would this line of code produce as output?
- You are designing a program for users to enter whole numbers that range from -100 to 127. What Java data type will best and most efficiently satisfy this range of numbers?
- A non-local boolean variable is declared with the following Java code:
- Select the Java code that will correctly declare a boolean variable named success and assign it a value of false.
No comments:
Post a Comment