Can we sort a map in java?
No Answer is Posted For this Question
Be the First to Post Answer
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
if num=687; U have to get num=6+8+7;
What is the use of put method?
Can we inherit inner class?
Does printwriter create a file?
What is a java lambda expression?
How multi processing is achieved in JAVA?
What is a string what operation can be performed out with the help of a string?
How can we find the actual size of an object on the heap?
Why do inner class cannot have static declaration except static nested class?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,