Answer Posted / niranjanravi
Class is a template for multiple objects with similar
features and is a blue print for objects.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the static field modifier?
What are the different ways of creating thread?
What technique is carried out to find out if a particular string is empty?
Can you make a constructor final in Java?
Can bool be null?
What is contract between hashcode and equal method?
Can a boolean be null java?
What do you understand by copy constructor in java?
What does s mean in regex?
Is arraylist ordered in java?
What are recursive functions?
Why unicode is important?
Is there a case when finally will not execute?
what is singleton in java?