Answer Posted / k.sharada
Abstract Window Tool kit
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what is object slice?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is the difference between preemptive scheduling and time slicing in java programming?
What are the restrictions imposed by a Security Manager on Applets?.
How do you use parseint in java?
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
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is the best way to findout the time/memory consuming process?
What is a singleton in genetics?
How do you create a reference in java?
Why char array is preferred over string for storing password?
what is aggregation in java?
What does provide mean construction?
What is final?
What is java life cycle?