what is default constructor?

Answer Posted / vaibhav

in java once the memory is instantiated at that time constructor will call by internally.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There seem to be a few missing operators ..

614


program to convert a integer to string in c language'

1982


Explain what are compound statements?

601


What is array of pointers to string?

564


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1765






What is the difference between union and anonymous union?

833


What is operator promotion?

625


how to find binary of number?

3421


What is difference between constant pointer and constant variable?

626


What is a scope resolution operator in c?

745


Explain Function Pointer?

681


What are called c variables?

569


What does the file stdio.h contain?

597


What is the difference between struct and union in C?

568


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1255