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

3 6208
Q:

___ is the number of shells for elements of the 3rd period.

 

A) 1 B) 0
C) 2 D) 3
 
Answer & Explanation Answer: D) 3

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 6205
Q:

The Highest dam in india is the _________dam

A) Maithan B) Bhakra
C) Hirakud D) Machkund
 
Answer & Explanation Answer: B) Bhakra

Explanation:

The Bhakra dam is 226 metres high and is one of the highest dams in the world.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

4 6205
Q:

What is the resident set and working set of a process?

Answer

Resident set is that portion of the process image that is actually in real-memory at a particular instant. Working set is that subset of resident set that is actually needed for execution. (Relate this to the variable-window size method for swapping techniques.)

Report Error

View answer Workspace Report Error Discuss

1 6204
Q:

The agricultural price support program is an example of ___________.

 

A) a price ceiling B) a price floor
C) equilibrium pricing D) No option is correct
 
Answer & Explanation Answer: B) a price floor

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

2 6203
Q:

On the Kelvin scale ,the melting point of ice is

A) 373K B) 100K
C) 273K D) 0 K
 
Answer & Explanation Answer: C) 273K

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

12 6203
Q:

Formation of curd from milk is chemical reaction.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

The process of conversion of milk into curd is called fermentation.  It is a chemical change. Milk consists of globular proteins called casein. As the microorganism lactobacillus react with milk and turn it to curd. For it 37 degree temperature is needed. But sometimes when it does not get favourable condition, then other microorganism react and makes the curd taste different.

Report Error

View Answer Workspace Report Error Discuss

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

6 6202
Q:

The question of disqualification of a member of a State Legislature shall be decided by the Governor after consultation with the 

A) Chief Minister B) Election Commission
C) Supreme Court D) Public Service Commission
 
Answer & Explanation Answer: B) Election Commission

Explanation:

Article 192

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

11 6200