where u use Abstraction and Interface in real time
Answer Posted / teja
When ever there is need of having same common features
among the subclasses of of super class we have to go for
AbstractClass,
When ever there is no common features for subclasses of
super class we have to go for interface
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is java based on c?
Can arraylist contain null values?
What is implicit object in java?
Describe the Big-O Notation.
What is difference between fileinputstream and filereader in java?
What is high level language in computer?
What is method and methodology?
Can we extend private class in java?
How do you compare two strings lexicographically?
give an example for encapsulation?
What is string [] java?
Difference between keyword and identifier.
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
Which browsers work with java?
What is the difference between java applets and applications?