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

Why do we use return statement?

0 Answers  


Can main() method in java can return any data?

0 Answers  


Does constructor be static?

0 Answers  


Which are the two subclasses under exception class?

0 Answers  


how is final different from finally and finalize in java?

0 Answers   DELL,






What classes of exceptions, thrown by a throw statement?

2 Answers  


Can we call a non-static method from inside a static method?

0 Answers  


how can we import the user defined package without classpath?

1 Answers   CSC, Infosys,


What is a functional interface?

0 Answers  


How many objects are created when we create String class object using new operator?

9 Answers   Mind Tree,


How can constructor chaining be done using this keyword?

1 Answers  


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

2 Answers  


Categories