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
Where are global variables stored?
how can i use a nonsynchronized hashtable?
Is upper case in java?
What do you mean by singleton class in java?
What is the scope or life time of instance variables?
Can you override a final method?
What is a “stateless” protocol ?
Name container classes in java programming?
What is thread life cycle?
What is singleton class example?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
what is the difference between a threads start() and run() methods? : Java thread
What is a modifier?
What is the default size of load factor in hashing based collection?
What is object cloning in Java?