What is rmi and steps involved in developing an rmi object?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between serial and throughput garbage collector?
what is the constructor and how many types of constructors are used in java?
What is a top level class in java?
How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
How to change value in arraylist java?
how to open and edit XML file in Weblogic???
wahts is mean by thread?
22 Answers HCL, TCS,
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 causes memory leaks in java?
Can an anonymous class be declared as implementing an interface and extending a class?
What is the difference between a switch statement and an if statement?