What is a list in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the epoch date?

0 Answers  


What are identifiers in java?

0 Answers  


Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need

1 Answers   Microsoft, Wipro,


How does a try statement determine which catch clause should be used to handle an exception?

2 Answers  


Will the jvm load the package twice at runtime?

0 Answers  


What is the use of protected in java?

0 Answers  


Explain garbage collection in java?

0 Answers  


What is the difference between access specifiers and access modifiers in java?

0 Answers  


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

3 Answers  


What is the maximum length of a url?

0 Answers  


how to deploy apache tomcat server to weblogic server in java

0 Answers   IBM,


What is a parameter in a function?

0 Answers  


Categories