What is a finally block?
No Answer is Posted For this Question
Be the First to Post Answer
How does queue work in java?
Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this.
What is the difference between throw and throws in java?
What is the use of generics? When was it added to the Java development Kit?
What are different types of multitasking?
Name two subclasses of the TextComponent class?
What is string array?
What is singleton math?
What is data abstraction? Elaborate with example?
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 do you mean by boolean?
Explain about serializable interface in java?