Langsung ke konten utama

Section 3 Input/Output Fundamentals Oracle Java Programming

Section 3 Input/Output Fundamentals
                (Answer all questions in this section)
1.            The new Paths class lets you resolve .. (double dot) path notation. True or false? Mark for
                True (*)
                False

2.            The normalize() method removes extraneous elements from a qualified path. True or false? 
                True (*)
                False

3.            The Files class lets you check for file properties. True or false? 
                True (*)
                False

4.            The read() method lets you read a character at a time. True or false?       Mark for Review
                True (*)
                False

5.            Java 7 requires you create an instance of java.io.File class. True or false? Mark for Review
                True
                False (*)

6.            Prior to Java 7, you write to a file with a call to the BufferedWriter class's write() method. True or false?  Mark for Review
                True (*)
                False

7.            A serialized class implements which interface?   Mark for Review
                Serializing
                Serialized
                Serializer
                SerializedObject
                Serializable (*)

8.            An OutputInputStream lets you read a serialized object. True or false?     Mark for Review
                True

                False (*)

Komentar

Postingan populer dari blog ini

Final Exam Database Design Oracle

Section 6                 (Answer all questions in this section) 1.            An entity can only have one Primary UID. True or False?                Mark for Review (1) Points                 True (*)                 False 2.            If an entity has no attribute suitable to be a Primary UID, we can create an artificial one. True or False?  Mark for Review (1) Points                 True (*)                 False ...

Section 2 Quiz Database Design Oracle

Section 2 Quiz             (Answer all questions in this section) 1.         An Entity Relationship model is independent of the hardware or software used for implementation. True or False?  Mark for Review (1) Points             True (*)             False 2.         A well structured ERD will show only some parts of the finished data model. You should never try to model the entire system in one diagram, no matter how small the diagram might be. True or False?           Mark for Review (1) Points             True             False (*) 3.     ...

Section 9 Quiz Database Design Oracle

Section 9 Quiz             (Answer all questions in this section) 1.         When translating an arc relationship to a physical design, you must turn the arc relationships into foreign keys. What additional step must you take with the created foreign keys to ensure the exclusivity principle of arc relationships? (Assume that you are implementing an Exclusive Design) (Choose Two)     Mark for Review (1) Points                                     (Choose all correct answers)               Make all relationships mandatory             Make all relationships optional (*) ...