in Education by
Which of the following is not pre defined annotation in Java? (a) @Deprecated (b) @Overriden (c) @SafeVarags (d) @FunctionInterface I got this question at a job interview. I need to ask this question from Annotations in division Application Lifecycle & Annotations of Java Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
The correct answer is (b) @Overriden The best explanation: @Overriden is not a pre defined annotation in Java. @Depricated, @Override, @SuppressWarnings, @SafeVarags and @FunctionInterface are the pre defined annotations.

Related questions

0 votes
    Which version of Java introduced annotation? (a) Java 5 (b) Java 6 (c) Java 7 (d) Java 8 This ... Lifecycle & 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
    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 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
    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 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 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
    Which one of the following annotations is not used in Hibernate? (a) @Entity (b) @Column (c) @Basic (d) ... & 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 pre defined annotation in Java? (a) @Deprecated (b) @Overriden (c) ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 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 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
...