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
What are the different types of inheritance in java?
What is class??
What are methods in java?
Is empty .java file name a valid source file name?
Java.util.regex consists of which classes?
Can we override singleton class?
Can a class be defined inside an interface?
What is difference between final and finally in java?
Can substring create new object?
What is a generic type?
Detail discussions on JVM, memory management and garbage collector.
Can we call a non-static method from inside a static method?
Implement a stack with push (), pop() and min() in O(1) time.
How does multithreading take place on a computer with a single cpu in java programming?
How do I run java on windows?