Answer Posted / selvan
java.util.Set Packages, there is no dulicate elements.Bcoz
these interfaces doesn't allows the dulicate values or
elements. For example. HashMap, HashSet, TreeSet and so on.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is default exception handling 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
when should you use stringbuilder class in a program?
What is the platform?
In java, how we can disallow serialization of variables?
Why is string buffer better than string ?
Explain list interface?
Explain the public class modifier?
Is java based on c?
Is special character in java?
How are destructors defined in java?
State the difference between creating string as new () and literal.
What is difference between c++ and java ?
Why are global variables used?
Can I overload to string method