Can a constructor call another constructor?
What is clipping and repainting and what is the relation between them?
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?
can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
Does java set allow duplicates?
Where import statement is used in a java program?
Why string is immutable with example?
When is the finally clause of a try-catch-finally statement executed?
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?
Can we have a try block without catch block?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Do you need to import math in java?
Explain the use of volatile field modifier?