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 clipping and repainting and what is the relation between them?

1 Answers  


I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?

2 Answers   Honeywell,


can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?

1 Answers   Systematix,


Does java set allow duplicates?

0 Answers  


Where import statement is used in a java program?

0 Answers  


Why string is immutable with example?

0 Answers  


When is the finally clause of a try-catch-finally statement executed?

0 Answers  


Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?

2 Answers  


Can we have a try block without catch block?

0 Answers  


Justify your answer that you can't define a method inside another method in java, if you can then how?

0 Answers  


Do you need to import math in java?

0 Answers  


Explain the use of volatile field modifier?

0 Answers  


Categories