Answer Posted / ravikiran(aptech mumbai)
Map interface provides classes and interfaces to do
operations with objects saved as key value pairs
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the java idl system?
What is dot operator?
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 meaning of immutable regarding string?
How do you join strings in java?
Explain java coding standards for methods?
How do you know if a value is nan?
What is java lang object?
Can we use both this () and super () in a constructor?
According to java operator precedence, which operator is considered to be with highest precedence?
Does isempty check for null?
What is a null check?
why java does not support unsigned keyword?
Where is the find and replace?
Can we have multiple catch block for a try block?