If all the methods in abstract class are declared as
abstract then what is difference between abstract class and
in interface?
Answer Posted / sachin more
All others are just giving the descriptn of Abstract and Interface Classes, the exact and simple answer is given by Prasad Bhagvat. Sorry Sumit, But u r confused betwn Abstract and Interface classes, u r saying the exact opposite
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a variable analysis?
Is string serializable in java?
What is private static in java?
placement papaers of spring computing technology
Why packages are used?
What is constructor in java ?
What mechanism does java use for memory management?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
How does java pattern compile work?
How is java created?
What is a locale?
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 class??
What do you understand by abstract classes?
why doesn't java run on all platforms?