How many classes can any class inherit java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the concept of multithreading?

0 Answers  


What is the purpose of javac exe?

0 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


What is the covariant return type?

0 Answers  


What are recursive functions? Give some examples?

0 Answers   Axtria, ITC Indian Tobacco Company,






What is the difference between throw and throws?

10 Answers   IBM,


What is the default size of load factor in hashing based collection?

0 Answers  


Why multiple inheritance is not supported by java?

0 Answers  


What is the difference between static and non-static variables in java programming?

0 Answers  


What is mnemonic code?

0 Answers  


What are access modifiers in Java ?

6 Answers  


What is cloneable interface?

8 Answers  


Categories