Difference between this(), super()?
Answer Posted / a .k. singh
This keyword is pointing the same class object.and
super keyword is accessing the superc lass constructor
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What happens if constructor is private?
What are the different http methods?
What is meant by 'bit masking' in java?
What is intern method in java?
What's the base class in java from which all classes are derived?
Can a class with private constructor be extended?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is a JAR file?
How to find the largest value from the given array.
What restrictions are placed on method overloading in java programming?
What do you mean by object?
What is udp in java?
Is there a way to increase the size of an array after its declaration?
What do you understand by weak reference?
What is native code?