Interviewer And Interviewee Guide

Java JSP Programming Interview Question:

Why does JComponent have add() and remove() methods but Component does not?

Submitted by: Administrator
because JComponent is a subclass of Container, and can contain other components and jcomponents. How can I implement a thread-safe JSP page? - You can make your JSPs thread-safe by having them implement the SingleThreadModel interface. This is done by adding the directive

<%@ page isThreadSafe="false" % > within your JSP page.
Submitted by: Administrator

Read Online Java JSP Programming Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.