Exam 1: Creating Java Programs
Exam 1: Creating Java Programs68 Questions
Exam 2: Using Data74 Questions
Exam 3: Using Methods, Classes, and Objects68 Questions
Exam 4: More Object Concepts67 Questions
Exam 5: Making Decisions70 Questions
Exam 6: Looping72 Questions
Exam 7: Characters, Strings, and the Stringbuilder73 Questions
Exam 8: Arrays74 Questions
Exam 9: Advanced Array Concepts74 Questions
Exam 10: Introduction to Inheritance70 Questions
Exam 11: Advanced Inheritance Concepts70 Questions
Exam 12: Exception Handling65 Questions
Exam 13: File Input and Output74 Questions
Exam 14: Introduction to Swing Components74 Questions
Exam 15: Advanced Gui Topics69 Questions
Exam 16: Graphics74 Questions
Exam 17: Applets, Images, and Sound72 Questions
Select questions type
Why is creating a GUI environment for users a natural use for object orientation?
(Essay)
4.8/5
(36)
When you issue the command to compile a class containing errors, the Java compiler does not produce any error messages. You will first need to run the class in order to see error messages.
(True/False)
4.9/5
(41)
Many help sources and documentation are available for Java programmers. List and describe three possible sources of Java documentation and sources that are available for use.
(Essay)
4.7/5
(52)
What happens after a programmer successfully compiles a Java program named "First.java"?
(Essay)
4.8/5
(39)
In Java, whitespace is optional but useful. Describe why and how whitespace can be used in coding?
(Essay)
4.8/5
(35)
Programs that are embedded in a Web page are called Java ____.
(Multiple Choice)
4.9/5
(41)
Describe the components (objects and classes) that are used in the statement System.out.println().
(Essay)
4.9/5
(44)
If a compiler detects a violation of language rules, it refuses to translate the class to ____.
(Multiple Choice)
4.8/5
(34)
Showing 61 - 68 of 68
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)