What is annotation in java?


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

Post New Answer

More Core Java Interview Questions

What are the different data types in java?

0 Answers  


What is static data type 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 jagged array in java?

0 Answers  


Explain a situation where finally block will not be executed?

0 Answers  


How many inner classes can a class have?

0 Answers  


What is an argument java?

0 Answers  


What are passing parameters?

0 Answers  


Does list maintain insertion order java?

0 Answers  


1).what is the difference between below examples String s="vijay"; String s=new String("vijay");

12 Answers   Mascon, Satyam, TCS,


Is hashset ordered java?

0 Answers  


Name the components that are termed to be Heavy-weight component but available in Light-weight components?

0 Answers  


Categories