What is the difference between this() and super()?
Answer Posted / ajay yadav
super() immediately refers to the base class constructor to
initialize the variable.
this() refers to the current object.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Explain the significance of class loaders in bootstrap?
How to write custom exception in java?
What is an inner class in java?
What is string [] args?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
Can java cast null?
In java, how we can disallow serialization of variables?
Can we start a thread twice in java?
What is ++ a in java?
Why unicode is important?
Can we execute a program without main?
Can a class be private in java?
What is java and why do we need it? Explain
What is the byte range?
What are recursive functions? Give some examples?