What is Java Annotations?



What is Java Annotations?..

Answer / Upendra Kumar

Java 9 introduced several new features, including a modular system for organizing code into separate modules, a new API for handling HTTP2 protocol, and improvements to JavaFX.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How hashset works internally in java?

1 Answers  


How do you check if a string contains only numeric digits?

1 Answers  


What are Advatages of Overloading and Overridding.

8 Answers   TCS, Wipro,


What are different types of references?

1 Answers  


What are internal and external variables?

1 Answers  


What is difference between static method and static variable?

7 Answers  


What is the concatenation operator in java?

1 Answers   Aspire, Infogain,


Why do we declare a class static?

1 Answers  


What is dynamic binding(late binding)?

1 Answers  


what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


Which is illegal identifier in java?

1 Answers  


Read data from console and print in one file. That would be in C:\temp ? Thanks, Bose

3 Answers   Oracle, Surya Software,


Categories