What are annotations in java?


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

Post New Answer

More Core Java Interview Questions

What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?

1 Answers  


How to do encapsulation in java?

0 Answers  


What does replaceall do in java?

0 Answers  


What is import java util arraylist?

0 Answers  


I don’t want my class to be inherited by any other class. What should I do?

0 Answers  


what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?

3 Answers  


What is protected access modifier?

0 Answers  


What is an exception in java?

0 Answers  


Difference between process and thread?

0 Answers   HP,


Who found java?

0 Answers  


What modifiers are used with an inner class which is a member of an outerclass?

1 Answers  


How does varargs work in java?

0 Answers  


Categories