Vidyalelo
Java Programming · all questions

Java Session Management and JSP
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

80

Questions

4/4

Page

Pick an option on a question to see the right answer and solution.

AutoCloseable and Flushable are part of which package?

Select an option to see the answer and solution.

It is a good practise to not throw which exception in close() method of autocloseable?

Select an option to see the answer and solution.

Which attribute uniquely identification element?

Select an option to see the answer and solution.

What is not the advantage of Reflection?

Select an option to see the answer and solution.

What is the alternative of using finally to close resource?

Select an option to see the answer and solution.

How to get the class object of associated class using Reflection?

Select an option to see the answer and solution.

What does Class.forName("myreflection.Foo").getInstance() return?

Select an option to see the answer and solution.

Which of the following leads to high network traffic?

Select an option to see the answer and solution.

What is the use of Flushable interface?

Select an option to see the answer and solution.

Which one of the following is correct for directive in JSP?

Select an option to see the answer and solution.

What is the maximum size of cookie?

Select an option to see the answer and solution.

Which one is the correct order of phases in JSP life cycle?

Select an option to see the answer and solution.

Which tag is used to set a value of a JavaBean?

Select an option to see the answer and solution.

Which tag should be used to pass information from JSP to included JSP?

Select an option to see the answer and solution.

Application is instance of which class?

Select an option to see the answer and solution.

Which of the following is used for session migration?

Select an option to see the answer and solution.

What does foo.getClass().getMethod("doSomething", null) return?

Select an option to see the answer and solution.

Which of the following is not true about session?

Select an option to see the answer and solution.

How private method can be called using reflection?

Select an option to see the answer and solution.

"out" is implicit object of which class?

Select an option to see the answer and solution.