what is Dictionary? and what purpose it is used for?
Answer Posted / ashokmail.java@gmail.com
Dictionary is used to maintain the objects informations
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is void a data type in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
'A class is a template for an object' explain this statement.
Can inner class be public in java?
How does java pattern compile work?
How we can make copy of a java object?
How large is a boolean?
What is difference between path and classpath?
How do you sort a set in java?
Can we declare a static variable inside a method?
What is the exception hierarchy in java?
Why are getters and setters used?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is :: operator in java?
how we can make a read-only class in java?