Description: programming languages Online Quiz - 268 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Is Prepared statement a precomplied SQL statement?
Which method is secure?
Given the definition of MyServlet: public class MyServlet extends HttpServlet { public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { HttpSession session = request.getSession(); session.setAttribute("myAttribute","myAttributeValue"); session.invalidate(); response.getWriter().println("value=" + session.getAttribute("myAttribute")); } } What is the result when a request is sent to MyServlet?
Which of the following is not a java driver?
Way to integrate WF and WPF?
WCF encapsulates distributed system technologies and legacy technologies like MSMQ,.NET remoting and ASMX?
WCF is a platform that enables developers to develop and run connected systems?
Expand Windows WF
Who developed java script?
Who is father of java programming language?
who developed python?
Who developed PHP?
Who developed Perl (Practical Extraction and Report Language)?
An xsl:numbers do inserts a formated numbers into the ______
"Position" function do returns the number equal to context position
Value of the local variable is bounded to the which element
The ____ instruction do enables the conditional processing.
An _____ instruction do contains the template, which is been applied to each node selected with the select attribute.
An attributes can be accessed in the way similar to the elements. Notice ____ in front of the attribute name.
_____ in XSL do allow the element to be processed for multiple times, each time producing different result.