Category: Questions and Answers
Question 1 : Read the extract given below and answer the questions that follow. “The woods are lovely, dark and deep. But I have promises to keep, And miles …
Question 1 : Read the extract given below and answer the questions that follow. “Remember me? I am Professor Sheth. Once I taught you geography. Now I am retired, …
Question 1 : Read the extract given below and answer the questions that follow. “The soldier boy was sitting calmly underneath that tree. As I approached it, I could …
Question 1 : Read the extract given below and answer the questions that follow. “What do you sell, O ye merchants? Richly your wares are displayed. Turbans of crimson …
Question 1 : Read the extract given below and answer the questions that follow. “Without either sign or sound of their shock, The waves flow’d over the Inchcape Rock; …
Question 1 : Read the extract below and answer the questions that follow. “Where the mind is without fear and the head is held high Where knowledge is free …
2 Marks Questions Question 1 : Consider the following class public class MyClass { public static int x=3, y=4; public int a = 2, b=3; } i) …
1 Mark Questions Question 1 : Identify the statements listed below as assignment, increment, method invocation or object creation statements. i) System.out.println(“Java”) ii) costPrice=(457.50) iii)Car hybrid = new Car(); …
1 Mark Questions Question 1 : What is the use of the keyword import? Answer : The ‘import’ keyword is used to include the source of other Java classes …
2 Marks Questions Question 1 : State the Java concept that is implemented through; a) A superclass and a subclass b) The act of representing essential features without including …