What is the effect of keeping a constructor private?


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

Post New Answer

More Core Java Interview Questions

Explain the difference between an Interface and an Abstract class?

0 Answers   BirlaSoft,


Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.

17 Answers   Hewitt,


Can inner class final?

0 Answers  


How do you allocate memory to object?

0 Answers  


Why does java doesnt suuport unsigned values?

0 Answers   ABC,






What does regex mean?

0 Answers  


Is null an object in java?

0 Answers  


What is light weight component?

3 Answers  


What is broken and continue statement?

0 Answers  


Name and explain the types of ways which are used to pass arguments in any function in java.

0 Answers  


what are the boundaries of jdk and jre?

0 Answers   CoreObjects,


What is the difference between the >> and >>> operators?

1 Answers  


Categories