Is a copy constructor?
No Answer is Posted For this Question
Be the First to Post Answer
java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?
What is the basic concept of java?
How can a gui component handle its own events?
What are accessor methods in java?
What is isa relationship?
Give me an example of array and linked list? Where they can be used?
What is the difference between char and char *?
How to obtain a performance profile of java program
Is namespace same as package in java?
Why hashmap is used in java?
What is main function purpose?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?