What is vector?
No Answer is Posted For this Question
Be the First to Post Answer
What are the important features of Java 9 release?
Can an object be null?
How to sort an unsorted array in java?
What is an empty string in css?
How a string is stored in memory?
Difference between String & StringBuffer
16 Answers IBM, Infosys, Tech Mahindra, Wipro,
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
How to make a non daemon thread as daemon?
What are access modifiers in Java ?
What is set and get methods in java?
What is google full form?
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