What is the use of a copy constructor?
No Answer is Posted For this Question
Be the First to Post Answer
Static Variable can referred in non-static method?
Which non-unicode letter characters may be used as the first character of an identifier?
Which class is the immediate superclass of the Container class?
What is difference between class and object in java?
What is struts in java?
List down the methods and interfaces of collection class in java.
What is the difference between jdk, jre, and jvm?
What classes of exceptions, thrown by a throw statement?
What is the constructor?
what are the major differences between jdk1.4 and jdk1.5?
2 Answers Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the difference between Java Bean and Java Class.?