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

3/4

Page

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

Which of the following action variable is used to include a file in JSP?

Select an option to see the answer and solution.

What is used to get class name in reflection?

Select an option to see the answer and solution.

How can we invalidate a session?

Select an option to see the answer and solution.

Which page directive should be used in JSP to generate a PDF page?

Select an option to see the answer and solution.

What will be the output of the following Java code snippet?
try (InputStream is = ...) 
{
    // do stuff with is...
} 
catch (IOException e) 
{
    // handle exception
}

Select an option to see the answer and solution.

Which of the following is not a marker interface?

Select an option to see the answer and solution.

What are the components of a marker interface?

Select an option to see the answer and solution.

Default value of autoFlush attribute is?

Select an option to see the answer and solution.

How method can be invoked on unknown object?

Select an option to see the answer and solution.

Which method creates unique fields in the HTML which are not shown to the user?

Select an option to see the answer and solution.

SessionIDs are stored in cookies.

Select an option to see the answer and solution.

Java code is embedded under which tag in JSP?

Select an option to see the answer and solution.

What temporarily redirects response to the browser?

Select an option to see the answer and solution.

_jspService() method of HttpJspPage class should not be overridden.

Select an option to see the answer and solution.

Which of the below is not a session tracking method?

Select an option to see the answer and solution.

Autocloseable was introduced in which Java version?

Select an option to see the answer and solution.

Which is not a directive?

Select an option to see the answer and solution.

Which object is used by spring for authentication?

Select an option to see the answer and solution.

Which option is true about session scope?

Select an option to see the answer and solution.

How private field can be called using reflection?

Select an option to see the answer and solution.