What are the advantages of assembly language?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by flow of struts?
What are the pillars of java?
What is an interoperable application in java ?
Why is the singleton pattern considered to be an anti pattern?
What is a short in java?
What is a superclass?
What is exception hierarchy in java?
can you program for reverse string?
how u do unit testing?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
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
What is unicode full form?