Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is abstract method with example?

Answer Posted / vijay, hangar17

Abstract method is a method that has incomplete body. The
body is defined by the class which extends the abstract class.

Is This Answer Correct ?    34 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of sublass in a java program?

973


Why main method is static in java?

1101


Define an abstract class with reference to java.

944


What differences exist between iterator and listiterator?

991


What is set string?

1080


What is difference between iterator access and index access?

1012


What is static keyword in java?

953


Write a program in java to find the maximum and minimum value node from a circular linked list.

1006


What is the unit of plancks constant?

985


Which list is sorted in java?

964


What is method in java with example?

900


How are variables stored in memory?

1001


How to stop a thread in java? Explain about sleep () method in a thread?

969


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

2757


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

2358