Why super is first line in java?


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

Post New Answer

More Core Java Interview Questions

class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?

7 Answers   HCL, TCS,


what is difference between String buffer and String builder?

5 Answers   Benchmark,


What is string immutability?

0 Answers  


what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?

3 Answers   Satyam, STI,


explain copyonwritearraylist and when do we use copyonwritearraylist?

0 Answers  






how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


What is a final class ?

0 Answers  


What is audio clip interface? Name few methods of it ?

1 Answers  


Explain the relationship between the Canvas and Graphics class?

1 Answers  


What are untrusted applets?

0 Answers  


Difference between nested and inner classes ?

0 Answers  


what is the difference between future and callable interface in java?

0 Answers  


Categories