Exam 4: Fundamental Data Types
Exam 1: Introduction76 Questions
Exam 2: Using Objects82 Questions
Exam 3: Implementing Classes108 Questions
Exam 4: Fundamental Data Types124 Questions
Exam 5: Decisions119 Questions
Exam 6: Loops107 Questions
Exam 7: Arrays and Array Lists117 Questions
Exam 8: Designing Classes88 Questions
Exam 9: Inheritance99 Questions
Exam 10: Interfaces100 Questions
Exam 11: Input/Output and Exception Handling108 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion99 Questions
Exam 14: Sorting and Searching100 Questions
Exam 15: The Java Collections Framework102 Questions
Exam 16: Basic Data Structures102 Questions
Exam 17: Tree Structures102 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Stream Processing85 Questions
Exam 20: Graphical User Interfaces75 Questions
Exam 21: Advanced Input/Output90 Questions
Exam 22: Multithreading81 Questions
Exam 23: Internet Networking74 Questions
Exam 24: Relational Databases75 Questions
Exam 25: XML74 Questions
Select questions type
What is the upper limit on the size of an integer represented by the BigInteger object in Java?
(Multiple Choice)
4.8/5
(42)
Which of the following statements with comments is(are) valid?

(Multiple Choice)
4.9/5
(40)
Given the definition final double PI = 3.14159; which of the following is the Java equivalent of the mathematical expression
A)c = PI * (radius * 2);
B)c = PI * Math.pow(2, radius);
C)c = PI * Math.pow(radius, 2);
D)c = Math.pow(PI * radius, 2);

(Not Answered)
This question doesn't have any answer yet
Assuming that the user inputs a value of 25000 for the pay and 10 for the bonus rate in the following code snippet, what is the output?

(Multiple Choice)
5.0/5
(39)
The typical ranges for integers may seem strange but are derived from
(Multiple Choice)
4.8/5
(46)
Assuming price contains the value 20.0, which of the following statements displays price =20.00
(Multiple Choice)
4.9/5
(38)
Which one of the following statements displays the output as 54321.00?
(Multiple Choice)
4.8/5
(39)
Which one of the following statements gives the absolute value of the floating-point number x = -25.50?
(Multiple Choice)
4.8/5
(31)
Which one of the following variables is assigned with valid literals?
(Multiple Choice)
4.8/5
(34)
Which one of the following statements displays the output as -1.23e+02?
(Multiple Choice)
4.9/5
(33)
Which one of the following statements displays the output as +000321.00?
(Multiple Choice)
4.8/5
(39)
Which one of the following statements defines a constant with the value 123?
(Multiple Choice)
4.8/5
(37)
Which one of the following expressions can be used to extract the last five characters from any string variable str?
(Multiple Choice)
4.9/5
(35)
What are the values of num1 and num2 after this snippet executes?

(Multiple Choice)
4.9/5
(43)
Which of the given System.out.print statements generates the following output?
ABCDE"\
(Multiple Choice)
4.8/5
(34)
Showing 41 - 60 of 124
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)