in Education by
Which version of Java introduced annotation? (a) Java 5 (b) Java 6 (c) Java 7 (d) Java 8 This question was posed to me during an online interview. I need to ask this question from Annotations topic in section Application Lifecycle & Annotations of Java Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
The correct answer is (a) Java 5 To explain I would say: Annotation were introduced with Java 5 version.

Related questions

0 votes
    Which of the following is not pre defined annotation in Java? (a) @Deprecated (b) @Overriden (c) @SafeVarags ... & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Annotation type definition looks similar to which of the following? (a) Method (b) Class (c) Interface (d) ... & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which one of the following is not ID generating strategy using @GeneratedValue annotation? (a) Auto (b) Manual ... Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which one of the following is not an annotation used by Junit with Junit4? (a) @Test (b) @BeforeClass (c) ... & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Using which annotation non visible or private method can be tested? (a) @VisibleForTesting (b) @NonVisibleForTesting (c ... of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which of the following annotation is used to avoid execution of Junits? (a) @NoTest (b) @explicit (c) @avoid ... & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which command can be used to check maven version? (a) mvn -ver (b) maven -ver (c) maven -version ( ... Lifecycle & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which of below is not a dependency management tool? (a) Ant (b) Maven (c) Gradle (d) Jenkins The ... Lifecycle & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which of the following is not a maven goal? (a) clean (b) package (c) install (d) debug This ... Lifecycle & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which file is used to define dependency in maven? (a) build.xml (b) pom.xml (c) dependency.xml (d) ... Lifecycle & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which file is used to specify the packaging cycle? (a) build.xml (b) pom.xml (c) dependency.xml (d) ... Lifecycle & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which environment variable is used to specify the path to maven? (a) JAVA_HOME (b) PATH (c) MAVEN_HOME (d) ... & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which of the below is a source code management tool? (a) Jenkins (b) Maven (c) Git (d) Hudson I ... Lifecycle & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Which of the following is not true for Ant? (a) It is a tool box (b) It provides lifecycle management ... & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Annotations which are applied to other annotations are called meta annotations. (a) True (b) False The question ... Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
...