What is the difference between a choice and a list?
No Answer is Posted For this Question
Be the First to Post Answer
Is java a virus?
why java is better then .net?
How to make a non daemon thread as daemon?
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
Why java does not supports multiple inheritance?
What is use of static method?
Does java support multi dimensional arrays ?
What is mean by collections in java?
Can a class inherit the constructors of its superclass?
Why do we need strings in java?
Why a dead thread occurs?
how many design pattern r there? and wht design pattern u use and why ?