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


Please Help Members By Posting Answers For Below Questions

How does singleton class work?

528


Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

543


What are the advantages of java inner classes?

561


How much is a java license?

526


How does indexof work?

506






What is high level language in computer?

541


Explain the difference between string, stringbuffer and stringbuilder in java?

561


Can we create an object of private class?

549


What will be the initial value of an object reference which is defined as an instance variable?

639


Can we create constructor in abstract class ?

582


What is meant by 'bit masking' in java?

648


How variables are stored in memory?

541


What are access specifiers in java ?

590


Does a function need a return?

533


how to create multithreaded program? : Java thread

509