Create a module

1

Create a Topic

2

3

Create a question:


Which of these statements are true. Select the two correct answers.

    1. For each try block there must be at least one catch block defined.
    2. A try block may be followed by any number of finally blocks.
    3. A try block must be followed by at least one finally or catch block.
    4. If both catch and finally blocks are defined, catch block must precede the finally block.

Correct answers are C,D.

5

11

12

13

After the four answers are added, you can check them as shown:

14

Create another question:
Which of these are core interfaces in the collection framework. Select the one correct answer.

    1. Tree
    2. Stack
    3. Queue
    4. Array
    5. LinkedList
    6. Map

Correct answer is F.

21

211

23

24

Create another question and answers
Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class. Select the one correct answer.

    1. static
    2. final
    3. abstract
    4. native
    5. volatile
    6. transient

Correct answer is A.

31

Create another question

Which of these classes defined in java.io and used for file-handling are abstract. Select the two correct answers.

    1. InputStream
    2. PrintStream
    3. Reader
    4. FileInputStream
    5. FileWriter

Correct answers are A,C.

41

List

51

52

Create a test : Java Level 1 for Group:Students

61

The exam will not be repeatable.

Select questions for the exam: Java level 1.

312

321

Add questions to the exam

412

534

65

Generate PDF file to see the exam.

76


Example,

Question pool: 10 questions have 5 answers but only one correct.

The code [2][S][1][5] means "Each exam will randomly pick 2 questions from the 10 question pool.