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 : awt is not platform independent whereas swing is plateform independent because the resolution of awt is defferent 16-bit computer and 32-bit computer whereas in case of swing resolution is same on different-different bit computers.Running for the awt ...
Latest Answer : Yes. Because Swing uses light weight components. Light weight components are the components which are independent of platform and are written in Java. ...
Latest Answer : alert("Your Message"); ...
Latest Answer : Swings r faster than awtAwt uses heavyweight components for user interfaces.Swing uses lightweight componentsimplementations of AWT components uses native code which may vary from one machine to another.Swing components are pure java code ...
Latest Answer : JLableJTextBoxJTextAreaJButtonJPanelJTreeJTableJScrollPane ...