Difference between this(), super()?
Answer Posted / a.k.singh
your ans no.6 is wrong because (superc lass )constructor
superc lass mence!!!!!!!!!!1
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Can we use different return types for methods when overridden?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Can a class have multiple constructors?
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
What is string value?
How do you sort in ascending order in java?
What does flag mean in java?
Explain thread in java?
How does multithreading take place on a computer with a single cpu in java programming?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
How is tree Mirroring implemented?
Can we start a thread twice in java?
How to do a true java ping from windows?
What is numeric function?
Why java is a platform independent? Explain