On opening the door of an operating refrigerator kept in a closed room, the temperature of the room will

Question: On opening the door of an operating refrigerator kept in a closed room, the temperature of the room will
[A].

increase

[B].

decrease

[C].

remain same

[D].

increase in summer and will decrease in winter

Answer: Option A

Explanation:

No answer description available for this question.

For multicomponent multiple phases to be in equilibrium at the same pressure and temperature, the __________ of each component must be same in all phases.

Question: For multicomponent multiple phases to be in equilibrium at the same pressure and temperature, the __________ of each component must be same in all phases.
[A].

chemical potential

[B].

fugacity

[C].

both (a) and (b)

[D].

neither (a) nor (b)

Answer: Option C

Explanation:

No answer description available for this question.

Given a method in a protected class, what access modifier do you use to restrict access to that method to only the other members of the same class?

Question: Given a method in a protected class, what access modifier do you use to restrict access to that method to only the other members of the same class?
[A].

final

[B].

static

[C].

private

[D].

protected

Answer: Option C

Explanation:

The private access modifier limits access to members of the same class.

Option A, B, D, and E are wrong because protected are the wrong access modifiers, and final, static, and volatile are modifiers but not access modifiers.