What is the difference between constructor and method?
Answer Posted / pinky
Constructor doesnt return anything. where as method may or
may not return data or value
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a consumer in java?
What is difference between identifier and variable?
How to instantiate member inner class?
What will happen if static modifier is removed from the signature of the main method?
What is an argument java?
Why synchronization is important?
What are the advantages of defining packages in java?
How does sublist works in java?
In a container there are 5 components. I want to display all the component names, how will you do that?
What is parse method?
What is string [] args?
What are the differences between the constructors and methods?
What is string data type?
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?
State the difference between creating string as new () and literal.