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

4 8767
Q:

'World Diabetes Day' is observed on

A) August 4 B) August 1
C) July 29 D) June 27
 
Answer & Explanation Answer: D) June 27

Explanation:
Report Error

View Answer Report Error Discuss

17 8759
Q:

The Court language of the Mughals was 

A) Hindiv B) Arabic
C) Persian D) Urdu
 
Answer & Explanation Answer: C) Persian

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture

165 8755
Q:

A person who used his or her expertise to gain access to other people's computers to get information illegally or do damage is a ________

A) spammer B) hacker
C) instant messenger D) programmer
 
Answer & Explanation Answer: B) hacker

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams
Job Role: Bank PO

22 8752
Q:

A woman’s voice is shriller than a man’s voice due to

A) weak vocal chords B) lower frequency
C) higher frequency D) higher amplitude
 
Answer & Explanation Answer: C) higher frequency

Explanation:

As the frequency of sound is higher, women have shriller voices than men.

The shrillness or pitch of a sound is determined by its frequency. The higher the pitch shriller the voice. As the sounds produced by vocal cords of women are higher than men so women have shriller voices than men. Because their vocal cord is of smaller size. As their vocal cord is more stretched than men's.

Report Error

View Answer Report Error Discuss

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

7 8749
Q:

Pageant is most similar in meaning to

A) Show B) Gallant
C) Beauty D) Sovereign
 
Answer & Explanation Answer: A) Show

Explanation:

Pageant is most similar in meaning to Show.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

0 8749
Q:

 How many states of India does "The traffic of cancer" pass through?

A) 7 B) 5
C) 8 D) 10
 
Answer & Explanation Answer: C) 8

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

51 8745
Q:

What has three feet but no toes?

Answer

A Yardstick has three feet used for measuring but no toes.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

47 8745