Can you use this() and super() both in a constructor?


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

Post New Answer

More Core Java Interview Questions

How many bits is a double?

0 Answers  


What are constants and how to create constants in java?

0 Answers  


Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash

4 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


What is the difference between applet and application?

0 Answers  






Describe method overriding

0 Answers  


Is it necessary for the port addresses to be unique? Explain with reason.

0 Answers   Aricent,


Why is singleton class used?

0 Answers  


What is namespace in java?

0 Answers  


How is it possible in java programming for two string objects with identical values not to be equal under the == operator?

0 Answers  


why java not supproting multiple inheritance?

5 Answers  


what do you mean by classloader in java?

0 Answers  


Categories