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 finalize method?

0 Answers  


What is object-oriented paradigm?

0 Answers  


What is <> used for in java?

0 Answers  


Accenture NJ mostly ask question on Collection like 1)How to sort Objcts and how treeset sort them 2)Explain mechanism of Hashcode finding in Java 3)Name some of the Sorted collection.

2 Answers   Accenture,


what is the use of clone method? why user cant overwrite in sub class without its proper defination.

2 Answers   TCS,






What is difference between static class and normal class?

0 Answers  


Can vector have duplicates in java?

0 Answers  


Which collection is thread safe in java?

0 Answers  


Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


Which are thin and thicK wrapper Class's in Java?

1 Answers  


What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

0 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  


Categories