Question 1 of 25
Hints left: 3
Q1
AutoCloseable and Flushable are part of which package?
Q2
Which one of the following is correct for directive in JSP?
Q3
Which of the following is not true about session?
Q4
Which is not a directive?
Q5
Which tag is used to set a value of a JavaBean?
Q6
How private method can be called using reflection?
Q7
Autocloseable was introduced in which Java version?
Q8
Which of the following is used for session migration?
Q9
Which of the following leads to high network traffic?
Q10
What is the alternative of using finally to close resource?
Q11
What does foo.getClass().getMethod("doSomething", null) return?
Q12
Which one is the correct order of phases in JSP life cycle?
-
A
-
B
-
C
-
D
Q13
How private field can be called using reflection?
Q14
Which tag should be used to pass information from JSP to included JSP?
Q15
Which attribute uniquely identification element?
Q16
What is not the advantage of Reflection?
Q17
Which of the below is not a session tracking method?
Q18
What is the use of Flushable interface?
Q19
What does Class.forName("myreflection.Foo").getInstance() return?
Q20
Which object is used by spring for authentication?
Q21
What is the maximum size of cookie?
Q22
It is a good practise to not throw which exception in close() method of autocloseable?
Q23
Application is instance of which class?
Q24
How to get the class object of associated class using Reflection?
Q25
Which option is true about session scope?