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
For class CFoo { }; what default methods will the compiler generate for you>?
How to sort an array in java without using sort method?
Where are local variables stored?
What is volatile data type?
What is the latest version of java?
Can inner class be public in java?
Is java same as core java?
Can a static class have a constructor java?
Can we write any code after throw statement?
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
How do you sort objects in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?