What is the difference between this() and super() in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

what is object type casting? give some example with related?

2 Answers   HP, SparkTG,


Can a class have multiple subclasses?

0 Answers  


what is custom tags with example?

3 Answers   Amdocs,


What is difference between public static and void?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,






An inner class can actually be a subclass of the outer class? a. true b. false

2 Answers  


Explain about interthread communication and how it takes place in java?

0 Answers  


What is use of inner class in java?

0 Answers  


Why array is used in java?

0 Answers  


What is definition and declaration?

0 Answers  


What is the purpose of default constructor?

0 Answers  


What is the difference between and ?

0 Answers  


Categories