![]() Related Questions As of now ,what i know abt cloning is that we can make a field to field copy of an object.ie when we 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 : An exception in java is a signal that indicates the occurence of some unexpected condition during execution.Regards,Chandana.R ... Latest Answer : Checked Exceptions must be explicitly handled by the programmer by using try/catch& finally blocks (or) it must be propogated to its callable class.Unchecked Exceptions may or may not be handled by programmer. The JVM provides the DefaultHandler to ... Latest Answer : Exception is nothing but the Error which we can except.Error is nothing But whcih we cant expect while executing program ... Latest Answer : Using thows we can catch run time exception ... Latest Answer : An object that describes a change of state in a source component [ Elements of the GUI] is called event.
When we interact with these Source Components, their state changes then various events to occur.
Example:
Pressing a mouse button, moving a mouse ... Latest Answer : You can create your own exception by extending the java.io.Exception.Throw the that exception using throw like this :public void method() throws userDefinedException {try {}catch(exception e) { throw new userDefunedExcpetion();} ... Considering notepad/IE or any other thing as process, What will Happen if you start notepad or IE 3 times ? Where 3 processes are started or 3 threads are started
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||