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
What is difference between hashset and hashmap in java?
What is the output of the below java program?
Why do we create threads in java?
Difference between keyword and identifier.
Is array primitive data type in java?
What is Major and importance difference between for and foreach loop ?
What is regex used for?
Can we assign integer value to char in java?
Which api is provided by java for operations on set of objects?
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 are classloaders?
What is array initialization in java?
Where is the singleton class used?
What is final method?
How many ways can we create the string object?