Microsoft 98-388 Introduction to Programming Using Java Online Training
Microsoft 98-388 Online Training
The questions for 98-388 were last updated at Dec 19,2024.
- Exam Code: 98-388
- Exam Name: Introduction to Programming Using Java
- Certification Provider: Microsoft
- Latest update: Dec 19,2024
HOTSPOT
You need to evaluate the following code segment.
Line numbers are included for reference only.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code. NOTE: Each correct selection is worth one point.
You have the following code segment.
Line numbers are included for reference only.
What is the output of line 07?
- A . -44
- B . -40.0
- C . 40.0
- D . 44.0
HOTSPOT
You are interviewing for a job as a Java developer. You are presented with the following code.
Line numbers are included for reference only.
You need to evaluate what happens when the code runs.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code. NOTE: Each correct selection is worth one point.
HOTSPOT
You need to evaluate the following Java program.
Line numbers are included for reference only.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code. NOTE: Each correct selection is worth one point.
You need to analyze the following code segment.
Line numbers are included for reference only.
What is the output of line 12 when you run printInt ()?
- A . 0
- B . 1
- C . 2
- D . 3
HOTSPOT
You write the following code:
You need to determine the values of the data1, data2, data3, and data4 variables.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code. NOTE: Each correct selection is worth one point.
HOTSPOT
You are creating a Java console application. You need to read a birthdate entered by the user.
How should you complete the code? To answer, select the appropriate code segments in the answer area. NOTE: Each correct selection is worth one point.
DRAG DROP
You need to evaluate the following Java program.
Line numbers are included for reference only.
Which three values will be displayed in sequence? To answer, move the appropriate values from the list of values to the answer area and arrange them in the correct order. NOTE: Each correct selection is worth one point.
DRAG DROP
You are interviewing for a job at Adventure Works, Inc. The hiring manager asks you to create a single console program.
The program takes multiple arguments from the command line and writes them to the screen in the same order as they were typed on the command line.
Which three code segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.
HOTSPOT
You need to evaluate the following code. Line numbers are included for reference only.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code. NOTE: Each correct selection is worth one point.