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
Is singleton class immutable?
How to use arraylist in java netbeans?
What are wrapped classes in java programming?
What are constructors in java?
How will you invoke any external process in java?
What is overriding in java?
What is keyword in oop?
What is role of void keyword in declaring functions?
What is number data type in java?
Define inheritance with reference to java.
What is space character in java?
How do you make a thread in java?
What are the two basic ways in which classes that can be run as threads may be defined?
Why does java does not support multiple inheritance? Explain
Explain super keyword in java.