Question 1 of 25
Hints left: 3
Q1
Which one of the following annotations is not used in Hibernate?
Q2
In Java web applications, what is the purpose of the `@SessionScoped` annotation?
Q3
In Java EE applications, what does the `@Remote` annotation indicate?
Q4
Which one of the following is not an annotation used by Junit with Junit4?
Q5
Which file is used to specify the packaging cycle?
Q6
Which environment variable is used to specify the path to maven?
Q7
Annotation type definition looks similar to which of the following?
Q8
Which annotation is used to declare a listener for HTTP session events in a Java web application?
Q9
Which of below is not a dependency management tool?
Q10
Can we run Junits as a part of Jenkins job?
Q11
Which maven plugin creates the project structure?
Q12
What is the purpose of the `@PersistenceUnit` annotation in Java EE applications?
Q13
Which command can be used to check maven version?
Q14
Which file is used to define dependency in maven?
Q15
Which version of Java introduced annotation?
Q16
Which is the Parent class of annotation class?
Q17
Using which annotation non visible or private method can be tested?
Q18
Which of the following is not true for Ant?
Q19
Which of the below is a source code management tool?
Q20
Annotations which are applied to other annotations are called meta annotations.
Q21
Which one of the following is not ID generating strategy using @GeneratedValue annotation?
Q22
What is the purpose of the `@Path` annotation in JAX-RS (Java API for RESTful Web Services) applications?
Q23
Which of the following is not pre defined annotation in Java?
Q24
Which of the following annotation is used to avoid execution of Junits?
Q25
Which annotation is used to specify the URL pattern for a servlet in a Java web application?