CS506 Web Design & Development Quiz MCQs Lecture 23-45 FinalTerm Objective Questions | SUPERSTARWEBTECH
CS506 Web Design and Development MCQS OBJECTIVE QUESTIONS CS506-Web Design & Development Quiz MCQS #Objective #Questions #Finalterm 1. Which of the following interface needs to implement while creating threads? Serializable Runnable ✔ ActionListener WindowListener 2. From the following which code can be used to create session object in the Servlet HttpSession session=req.getSession(true); HttpSession session=req.getSession(false); HttpSession …