What is the difference between constructor and method?
Answer Posted / shadow
Constructor will be automatically invoked when an object is
created whereas method has to be called explicitly. ...!
$HADOW
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is casting in java programming?
What is difference between fileinputstream and filereader in java?
How do you replace a string in java?
Is list thread safe in java?
Enlist diffrent types of inheritance supported by java?
Which is faster string or stringbuilder?
Is it possible for yielded thread to get chance for its execution again ?
How objects are stored in java?
What is a null check?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is abstract class? Explain
What is the default value of local and global variables?
Explain Basics of OOP Language in java
What is a databasemetadata?
Why pointers are not used in java?