Questions

Q:

Economically, the most important forests of India are

A) Tidal forest B) Thorn forest
C) Everngreen forest D) Tropical deciduous forest
 
Answer & Explanation Answer: D) Tropical deciduous forest

Explanation:

Tropical deciduous forest contain valuable teak, rosewood, sal and sandalwood trees

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

54 17099
Q:

In the following pieces of code, B and D will compile without any error. True or false ?

A: StringBuffer sb1 = "abcd";

B: Boolean b = new Boolean("abcd");

C: byte b = 255;

D: int x = 0x1234;

E: float fl = 1.2;

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

Explanation:

The code segments B and D will compile without any error. A is not a valid way to construct a StringBuffer, you need to create a StringBuffer object using "new". B is a valid construction of a Boolean (any string other than "true" or "false" to the Boolean constructor will result in a Boolean with a value of "false"). C will fail to compile because the valid range for a byte is -128 to +127 (i.e., 8 bits, signed). D is correct, 0x1234 is the hexadecimal representation in java. E fails to compile because the compiler interprets 1.2 as a double being assigned to a float (down-casting), which is not valid. You either need an explicit cast, as in "(float)1.2" or "1.2f", to indicate a float.

Report Error

View Answer Workspace Report Error Discuss

16 17097
Q:

Chilling is most commonly practiced by

Answer

Chilling is most commonly practiced by Food Handlers like restaurents, hotels,...


 


 Chilling_is_most_commonly_practiced_by1556260019.jpg image







    • Chilling or Cooling is nothing but preserving the food in a cool storage like refrigerators.



 

Report Error

View answer Workspace Report Error Discuss

Subject: General Science Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Analyst

41 17085
Q:

A rich man needs seven letter word which is with the poor?

Answer

A rich man needs a seven letters word NOTHING which with poor.

Report Error

View answer Workspace Report Error Discuss

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

78 17074
Q:

 What is the output of this C code? 

        #include <stdio.h>
        void m()
        {
            printf("hi");
        }
        void main()
        {
            m();
        }

A) hi B) Run time error
C) None D) Varies
 
Answer & Explanation Answer: A) hi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

0 17052
Q:

The famous book ' The Daughter of the East ' is written by

A) Ms.Benazir Bhutto B) Ms. Taslima Nasreen
C) Ms. Arungsan Suu Kyi D) Ms Bandarnaike Sirimavo
 
Answer & Explanation Answer: A) Ms.Benazir Bhutto

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

102 17046
Q:

The electrochemical cell stops working after some time because ________

A) Electrode potential of both the electrodes becomes zero B) One of electrodes completely vanishes
C) Electrode potential of both electrodes equalizes D) The reaction reverses its direction
 
Answer & Explanation Answer: C) Electrode potential of both electrodes equalizes

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

92 17045
Q:

Which of the statements given below are correct?

1. The author of the novel 'A Head Full of Ghosts' is M.R Carey.
2. The author of the novel 'The Cartel' is Don Winslow.
3. The author of the novel 'Dodgers' is Bill Beverly.

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams

0 17042