Answer Posted / bhushan
public,
private
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
why java does not support unsigned keyword?
Which class is used by server applications to obtain a port and listen for client requests?
What is the functionability stubs and skeletons?
Explain the importance of thread scheduler in java?
What is the use of System class?
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 is the purpose of "virtual"?
What restrictions are placed on method overloading?
What is deserialization?
What is time complexity java?
What are the various access specifiers for java classes?
What is the purpose of encapsulation?
Can we use different return types for methods when overridden?
Can we override data members in java?
What are design patterns and please explain?