Answer Posted / glibwaresoftsolutions
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to read and write image from a file ?
What are facelets templates?
What does || || mean in math?
Is string is a data type?
What exactly is a .class file?
What is java util hashmap?
What is sizeof in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
In the below example, what will be the output?
What is a buffer in computer?
Can we overload the methods by making them static?
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 you define a set in java?
What is java ceil?
What are the important methods of java exception class?