-
-
-
-
-
-
-
-
The jsp:plugin tag is used to insert the browser-specific OBJECTS and EMBED elements
Skill/Topic: Programming ConstructsA) TrueB) False
-
Which of the following statement is true for the tag. (Multiple choice)
Skill/Topic: Programming ConstructsA) It offers option of sharing local variables and better run time efficiencyB) Can be used to incorporate contents from static documents C) Provides benefit of automatic recompilation. D) Can include dynamically generated output.
-
Request.getServerName () is used to get the name of the server on which the Jsp is running
Skill/Topic: Programming ConstructsA) TrueB) False
-
State true or false :- URL instance represents the location of a resource
Skill/Topic: Programming ConstructsA) TrueB) False
-
State true or false -- URLConnection instance represents a link for accessing or communicating with the resource at the location.
Skill/Topic: Programming ConstructsA) TrueB) False
-
The wrapper function like <%! String blanknull(String s) { return (s == null) ? "" : s; } %> then use it inside your JSP form, like <input type="text" name="shoesize" value="<%=blanknull(shoesize)% >" > prevents the word__________ from apperaring in an HTML page.
Skill/Topic: Programming ConstructsA) Null
-
Which of the following is true (Multiple choice)
Skill/Topic: FundamentalsA) out class refers to the output stream for the http page B) page class refers to the page Servlet interface C) pageContext refers to the pages Servlet interface D) config interface refers to the servlets configuration.
-
State true or false -- Can a JSP process HTML form data
Skill/Topic: FundamentalsA) TrueB) FalseExplanation: We can get data from the form object in jsp
-
State true or false -- It is possible to call an external application like MSWord by the click on the JSP page or Servlet?
Skill/Topic: FundamentalsA) TrueB) False
-
Which of the following statements is true about the IP address used to identify the page location in a server?
Skill/Topic: FundamentalsA) Every computer connected to a network has an IP address. B) An IP address is a number that uniquely identifies each computer on the Net. C) An IP address is a 32-bit number. D) All of the above
-
What is a translation unit
Skill/Topic: FundamentalsA) JSP page can include the contents of other HTML pages or other JSP files. B) When the JSP engine is presented with such a JSP page it is converted to one Servlet class and this is called a translation unit, C) In a translation unit is that page directives affect the whole unit, one variable declaration cannot occur in the same unit more than once, the standard action jsp:useBean...
-
For connecting to the database from the jsp we need to use the tags java.sql.____ and _____.
Skill/Topic: JSP ConnectionsA) *, connection B) *, Statement C) Statement, connection D) *,*
-
Some Operating Systems have a limitation on the Max Length of the URL, which are normally _______ characters.
Skill/Topic: JSP ConnectionsA) 255 B) 225 C) 264 D) 250
JSP Interview Questions
Ans