Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
No Answer is Posted For this Question
Be the First to Post Answer
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
How are the elements of a cardlayout organized?
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)
If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What is preemptive and Non-preemptive Time Scheduling?
Explain RMI Architecture?
Name the method to find, if a thread is active or not?
I wantr to know, How many number of users logged in to website? can any one answer
Write a program to show synchronization?
1) which method of the RequestDispatcher cannot be called once the output is sent to the client? a. forward b. include c. both a&b 2) which interface should an object implement to get notified of changes to the list of active sessions in a web application? a. HttpSessionListener b. HttpSessionActivationListener c. HttpSessionAttributeLIstener 3) A user can select multiple locations from a list box on an HTML form, which of the following methods can be used to retrieve all the selected location? a. getParameter() b. getParameterValues() c. getParamValues() 4) which of the following methods should be used to send character text to the client? a. ServletResponse.getWriter() b. ServletResponse.getOutputStream() c. ServletResponse.getOut() 5) which implicit object is always available in a JSP page? a. exception b. session c. out 6) which inclusion mechanism doesn't include the source of the page, rather the output of the page. a. include directive b. jsp:include action c. Bothe a& b 7) which attribute of the page controls whether a page participates in session or not? a. session-allowed b. session c. isSession
Describe responsibilities of Activator?