What is compile time polymorphism?
Answer Posted / kaukab
We can achieve compile time polymorphism through overloading
method, on compile time compiler decide that which method
will be executed.
| Is This Answer Correct ? | 40 Yes | 5 No |
Post New Answer View All Answers
Difference between static synchronization vs. Instance synchronization?
What is the use of isempty in java?
Explain the Propertie sof class?
What is append function?
What is the difference between iterator and list iterator?
What is static block?
How can we run a java program without making any object?
What are the new features in java 8? Explain
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
why using interface interface ?
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
How do I convert a string to an int in java?
What are the advantages of unicode?
Is char * a string?
Write a java program that prints all the values given at command-line.