Questions

Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

5 8919
Q:

Cyanide is historically found in the following except

A) Teflon B) Cherries
C) Apricots D) All of the above
 
Answer & Explanation Answer: A) Teflon

Explanation:

Cyanide is historically found in the following except Teflon. Cyanide is found in the stones of cherries, apricots,...

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

5 8919
Q:

An objective of the National Food Security Mission is to increase the production of certain crops through area expansion and productivity enhancement in a sustainable manner in the identified districts of the country. What are those crops?

A) Rice and Wheat only B) Rice, Wheat and pulses only
C) Rice, Wheat, Pulses and oil seeds only D) Rice, Wheat, Pulses, oil seeds and vegetables
 
Answer & Explanation Answer: B) Rice, Wheat and pulses only

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

8 8903
Q:

Safdar Hashmi is a name associated with

A) Drawing and Painting B) Journalism
C) Instrumental Music D) None of these
 
Answer & Explanation Answer: D) None of these

Explanation:

Correct Answer : Safdar Hashmi is a name associated with Drama

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

21 8902
Q:

Which of these is not a means of personal communication on the internet  ?

A) Instant messaging B) Chat
C) Electronic mail D) Instanotes
 
Answer & Explanation Answer: D) Instanotes

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

24 8901
Q:

The term ' Regur ' is used for

A) Alluvial soil B) Peat soil
C) Laterite soil D) Black soil
 
Answer & Explanation Answer: D) Black soil

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

12 8898
Q:

Tochi, Gilgit and Hunza are tributaries of

A) Ganga B) Indus
C) Brahmaputra D) Yamuna
 
Answer & Explanation Answer: B) Indus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

19 8896
Q:

The state of california uses a mechanism known as

A) NOTS B) BOTS
C) LOTS D) POTS
 
Answer & Explanation Answer: A) NOTS

Explanation:

The state of California uses a mechanism known as NOTS.

 

NOTS stands for Negligent Operator Treatment System.

 

What is this:

It is a program that is known to rehabilitate chronic violators of the driving laws in California. It consists of a series of computer generated warning letters and sanctions against violators. It affects drivers with age 18 years old and above in California.

 

How it works:

The actions in this program are based on "negligent operator points" that is being recorded every time period. These are added continuously until it reaches a certain degree which it needs an administrative hearing. Points are being assigned depending on the degree of the offense. It would range from zero to three points.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

2 8887