+ 11
How to identify constructor static and final method?
I'm more confuse of this question again and again..please explain clearly,
2 Answers
+ 13
Constructor - invoked when create obj. of class.
static - can use without instance of a class.
final - may not be overridden
+ 1
1st ask question clearly. i did not understand ur question