As of now ,what i know abt cloning is that we can make a field to field copy of an object.ie when we clone an object,its state as well as a its behaviour is copied to the cloned object.My question is what is the neccesity of it? cant we create another object of the same class? so how does its different from cloned object (that is creating another object of that class rather than being cloned).is there any security issues coupled with this cloned object? And What is the Concrete purpose of
Latest Answer : In c,there are argc and argv.argc is passed to argv and argv is used to store characters.in java there is only args.we pass a String value to it. ...
Latest Answer : JLableJTextBoxJTextAreaJButtonJPanelJTreeJTableJScrollPane ...
Latest Answer : All swing components are derived from abstract javax.swing.Jcomponet class ...
Suppose If we have variable ' I ' in run method, If I can create one or More thread each thread will occupy a separate copy or same variable will be shared
In a Container there are 5 components. I want to display the all the components names, how will you do that one
What is Single-ton Pattern?,How can u follow this pattern? I read servlet container follows the single-ton pattern? what it means..so can any one expain it?
I read servlet container follows the single-ton pattern