Can a constructor call another constructor?


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

Post New Answer

More Core Java Interview Questions

What is the difference between Static and final?

1 Answers  


What is the difference between arraylist and hashset in java?

0 Answers  


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java

1 Answers  


What is r * in math?

0 Answers  






Define how can we find the actual size of an object on the heap?

0 Answers  


define polymorphism in java

0 Answers  


What is protected access modifier?

0 Answers  


Explain throw keyword in java?

0 Answers  


What methods are called, When we navigate from one applet to another applet?

1 Answers  


Write a program to check string is palindrome without using loop?

0 Answers   Cyient,


how to call One constructor from another;

10 Answers   Innodata Isogen,


Categories