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...

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

Answer Posted / guest

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

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to override private or static method in java?

1037


What is meant by class loader? How many types are there? When will we use them?

1008


What is return keyword in java?

1103


What is bufferedreader in java?

1101


What is JDBC Driver interface?How can you retrieve data from the ResultSet

2150


why doesn't java run on all platforms?

1070


What's the difference between int and integer in java?

1229


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

1141


What types of index data structures can you have in java?

1311


Explain wait(), notify() and notifyall() methods of object class ?

1110


What is stringjoiner ?

1004


What if constructor is protected in java?

1193


Why does java not support operator overloading?

1184


How do you do a line break in java?

1080


What does split function do in java?

1074