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 is a java string?
What is the use of a conditional inclusion statement in Java ?
Is singleton set an interval?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is toarray method in java?
Can we have try block without catch block?
What are the elements of java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is udp in java?
What is synchronization and why is it important in java programming?
When throw keyword is used?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is the difference between compile-time polymorphism and runtime polymorphism?
What is the inheritance?
What is a boolean expression in java?