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
Is hashmap thread safe?
How do I get a substring?
What is locale?
How many bytes are a float?
How can an exception be thrown manually by a programmer?
Explain how to force the garbage collection in java.
What are thread local variables?
why not override thread to make a runnable? : Java thread
Explain access specifiers?
How does arrays sort work in java?
Why you should not use singleton?
Is linked list a linear or non-linear data structure?
Can we write multiple catch blocks under single try block?
What is variable and its types?
What is close method? How it's different from Finalize & Dispose?