how to call One constructor from another;
Answer Posted / talk2sreenivas@gmail.com
I think we find that anything you could have done in Java by
calling the default constructor from another constructor,
you can do easily in Curl by calling the default constructor
from a factory.
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
Explain about varargs in java?
Explain about the main() method in java?
Is integer passed by reference in java?
Why string is a class?
What is exception handling in java?
What happens if we override private method?
Is a class an object?
What is valid keyword in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is the difference between compiler and jvm?
Can we make the abstract methods static in java?
What is type parameter in java?
Can you create an object of an abstract class?
What is the difference between multiple processes and multiple threads?
What is set string?