How to call one constructor from the other constructor ?


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

Post New Answer

More Core Java Interview Questions

What are the four pillars of java?

0 Answers  


What is the default value of byte datatype in java?

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 are the different ways of implementing thread? Which one is more advantageous?

0 Answers  


What is consumer in java?

0 Answers  


what are the different non-access specifiers in java?

5 Answers  


How to perform bubble sort in java?

0 Answers  


Can a lock be acquired on a class in java programming?

0 Answers  


Nested classes VS Inner classes?

3 Answers   Infosys,


What is a memory leak in java?

0 Answers  


Difference between object and reference?

0 Answers  


What is the meaning of nullable?

0 Answers  


Categories