I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?


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

Post New Answer

More Core Java Interview Questions

What are the advantages and disadvantages of object cloning?

0 Answers  


how to convert Java project into Maven ?

0 Answers   Infosys,


what is mean by synchronization?

3 Answers   BOB Technologies, GCPL,


Explain the difference between transient and volatile in java?

0 Answers  


What are the names of Component subclasses that support painting?

1 Answers  


What is role of void keyword in declaring functions?

0 Answers   Adobe,


5 Coding best practices you learned in java?

0 Answers  


What is numeric promotion?

1 Answers  


How many ways can we create singleton class?

0 Answers  


Why we cannot override static method?

0 Answers  


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?

0 Answers  


Categories