Searching for "AP"

Q:

India's first experimental telecommunication satellite APPLE was put into orbit from a launch site in 

A) USA B) Russia
C) French Guiana D) Mexico
 
Answer & Explanation Answer: C) French Guiana

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

Q:

The former Chief Justice of India who has been appointed as Governor of Kerala is

A) K.G.Balakrishnan B) P.Sathasivam
C) R.M.Lodha D) Suchitra Sen
 
Answer & Explanation Answer: A) K.G.Balakrishnan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

Q:

Why do we need wrapper classes in Java?

Answer

Dealing with primitives as objects is easier at times. Most of the objects collection store objects and not primitive types. Many utility methods are provided by wrapper classes. To get these advantages we need to use wrapper classes. As they are objects, they can be stored in any of the collection and pass this collection as parameters to the methods.


 


Features of the Java wrapper Classes:


- Wrapper classes convert numeric strings into numeric values.


- The way to store primitive data in an object.


- The valueOf() method is available in all wrapper classes except Character


- All wrapper classes have typeValue() method. This method returns the value of the object as its primitive type.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

How do you decide when to use HashMap and when to use TreeMap ?

Answer

For inserting, deleting, and locating elements in a Map, the HashMap offers the best alternative. If, however, you need to traverse the keys in a sorted order, then TreeMap is your better alternative. Depending upon the size of your collection, it may be faster to add elements to a HashMap, then convert the map to a TreeMap for sorted key traversal.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Java

Q:

A capillary tube is partially dipped vertically in a vessel containing water. Due to capillarity  water rises in the tube. The height of water rise in the tube can be increased by 

A) decreasing the radius of the capillary tube B) increasing the radius of the capillary tube
C) increasing the height of water in the vessel D) None of these
 
Answer & Explanation Answer: A) decreasing the radius of the capillary tube

Explanation:

The water rise in a capillary tube dipped in water is such that the weight of water in the tube above the surface of water in the vessel is equal to (balances) the upward force due to surface tension. So it is clear that if the the bore (radius) to the tube is decreased, the height of the water column in it must be greater.  So, (a) is correct.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

Q:

Two pipes A and B can fill a tank in 24 hours and 1717 hours respectively. Harihar opened the pipes A and B to fill an empty tank and some times later he closed the taps A and B , when the tank was supposed to be full. After that it was found that the tank was emptied in 2.5 hours because an outlet pipe "C" connected to the tank was open from the beginning. If Harihar closed the pipe C instead of closing pipes A and B the remaining tank would have been filled in :

A) 2 hours B) 8 hours
C) 6 hours D) 4 hours
 
Answer & Explanation Answer: B) 8 hours

Explanation:

Efficiency of Inlet pipe A = 4.16%       10024 

 

Efficiency of Inlet pipe B = 5.83%      1001717  

 

Therefore, Efficiency of A and B together = 100 %   

 

Now, if the efficiency of outlet pipe be x% then in 10 hours the capacity of tank which will be filled = 10 *  (10 - x)

 

Now, since this amount of water is being emptied by 'C' at x% per hour, then

 

 10x10-xx=2.5 hrs 

 => x = 8 

 

Therefore, in 10 hours 20% tank is filled only. Hence, the remaining 80% of the  capacity will be filled by pipes A and B  in 80/10 = 8 hours 

Report Error

View Answer Report Error Discuss

Filed Under: Time and Work
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

Q:

Ajay and his wife Reshmi appear in an interview for two vaccancies in the same post. The Probability of Ajay's selection is 1/7 and that of his wife Reshmi's selection is 1/5. What is the probability that only one of them will be selected?

A) 5/7 B) 1/5
C) 2/7 D) 2/35
 
Answer & Explanation Answer: C) 2/7

Explanation:

P( only one of them will be selected) = p[(E and not F) or (F and not E)] 

 = PEFFE 

 

PEPF+PFPE

 

 =17×45+15×67=27

Report Error

View Answer Report Error Discuss

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

Q:

A basket contains 10 apples and 20 oranges out of which 3 apples and 5 oranges are defective. If we choose two fruits at random, what is the probability that either both are oranges or both are non defective?

A) 136/345 B) 17/87
C) 316/435 D) 158/435
 
Answer & Explanation Answer: C) 316/435

Explanation:

ns=C230

 

 Let A be the event of getting two oranges and 

 

 B be the event of getting two non-defective fruits.

 

 and AB be the event of getting two non-defective oranges

 

  PA=C220C230, PB=C222C230 and PAB=C215C230

 

 PAB=PA+PB-PAB

 

C220C230+C222C230-C215C230=316435

Report Error

View Answer Report Error Discuss

Filed Under: Probability