Answer Posted / ajay yadav
Constructor is defined as a type of member function which
calls itself when an object is created also has the same
name as of the class.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the concept of multithreading?
What is broken and continue statement?
What is string builder?
Is java a digit method?
Define locale.
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What are heterogeneous objects?
What does yield method of the thread class do?
How to calculate the length of a singly linked list in java?
What is unmodifiable list in java?
What are the escape sequences in java?
What is a subsequence of a string?
What is tostring () method?
What is e in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?