Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Consider that class classA, abstract class classB, and
final classC have been defined.Which one of the following
is correct?
1. classA extends classC implements classB
2. class A extends classB, classC
3. classA extends classB
4. classB implements classC

Answers were Sorted based on User's Feedback



Consider that class classA, abstract class classB, and final classC have been defined.Which one of..

Answer / murli

3. classA extends classB

Is This Answer Correct ?    8 Yes 0 No

Consider that class classA, abstract class classB, and final classC have been defined.Which one of..

Answer / manikandan [ gtec,vellore ].

answer is 3) classA extends classB

Explanation:

Final Class Can't b extend with any other class but we can
instantiated.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

Which is better stringbuffer or stringbuilder?

0 Answers  


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


What is clipping?

2 Answers  


Is hashmap thread safe?

0 Answers  


what is an virtual function

2 Answers   TCS,


What is the benefit of inner classes in java?

0 Answers  


Explain the concept of proper inheritance?

0 Answers   Thomson Reuters, Virtusa,


What is Overriding and how can it be used?

7 Answers   Consagous, Wipro,


Difference between String and String Buffer?

3 Answers  


Explain what do you mean by functional overloading in java?

0 Answers   Maveric, Verifone,


What do you mean by the term transient?

5 Answers   Ericsson,


What is the final access modifier in java?

0 Answers  


Categories