Hi Every One I Have Small Doubt Please answer
This????????????????????????????
I Want to use AbstractList class
methods(java.util.AbstractList)
My Program is
import java.util.*;
class DemoOne extends AbstractList
{
public static void main(String[] args)
{
AbstractList a=new DemoOne();//This One is Correct??
DemoOne a1=new DemoOne();//This One is Correct?? Both Are
Not Working
System.out.println("Hello World!"+a);
System.out.println("Hello World!"+a1);
}
}
Error IS:
DemoOne.java:2: DemoOne is not abstract and does not
override abstract method get(int) in java.util.AbstractList
class DemoOne extends AbstractList
AnyOne can Please Provide The
Solution????????????????????????? Plzzzzzzz
Answer Posted / prashanth.vuthuru
AnyOne can Please Provide The
Solution????????????????????????? Plzzzzzzz
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by Hash Map and Hash Table?
What does 3 dots mean in java?
What is the difference between stringbuffer and stringbuilder?
What are heap memory and stack memory and what are memory tables.
What is volatile data type?
What are JVM.JRE, J2EE, JNI?
What is return used for in java?
Write a method to check if input string is palindrome?
What is thread count in java?
What is the difference between length and length () in java?
How does regex work?
Why string is not a wrapper class?
Can a final variable be initialized in constructor?
What is an example of procedure?
If a class is declared without any access modifiers, where can the class be accessed?