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
Explain serialization and deserialization in java?
If goto and const is reserve words than why it is not work in java?
What are "class access modifiers" in Java?
What is sortedset in java?
Is ++ operator thread-safe in java?
Define an applet in java?
Explain wrapper classes in java?
What does main method?
How can we find the actual size of an object on the heap?
Is void a data type in java?
Explain the difference between abstract class and interface in java?
What is method overriding in java ?
What is deserialization?
Define interface in java?
What is __ init __ functions?