These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
No Answer is Posted For this Question
Be the First to Post Answer
What does the “static” keyword mean?
What is a memory leak in java?
What is Difference between Serializable and Externalizable in Java serialization?
Can we convert list to set in java?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
When a byte datatype is used?
What is stop(), suspend(), resume() method?
What is the function of static in java?
What is contract between hashcode and equal method?
Why vector is used in java?
What does .equals do in java?
Give me some null interfaces in java?