How do you sort in descending order in java using collections sort?
No Answer is Posted For this Question
Be the First to Post Answer
Which containers use a flowlayout as their default layout in java programming?
What is cloneable interface?
What is difference between class and object in java?
How can we access some class in another class in java?
when there is a need of jvm then how we can say that java is a platform independent language?
Describe string intern() methodology
what is purpose of collections.unmodified() method..?
wat is class level lock and object level lock
what should do when using multiple catch() block & what should never do for the same?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
why string is not taking as primitive datatypes but we r taking it as a class? why explain it?
Why do we create threads in java?