Is hashset ordered?
No Answer is Posted For this Question
Be the First to Post Answer
What is a map in java?
What is string in java? String is a data type?
When can you say a graph to be a tree?
how many design pattern r there? and wht design pattern u use and why ?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Nested classes VS Inner classes?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
List some java keywords sun like c, c + + keywords?
Is 0 true or false?
Why we need to serialize the object
11 Answers CTS, Geometric Software,
What is main difference between variable and constant?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types