What is compile time polymorphism?
Answer Posted / haridini
I think it is overloading concept.
| Is This Answer Correct ? | 109 Yes | 22 No |
Post New Answer View All Answers
What is the role of garbage collector in java?
How do you test a method for an exception using junit?
What are class members by default?
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
Define canvas?
Which language is java?
Difference between association, composition and aggregation?
Is alive and join method in java?
What are different types of expressions?
What do you mean by default constructor in java?
What is primitive array?
How do you write a good declaration?
Can you inherit a constructor java?
describe method overloading
Explain about instanceof operator in java?