A web application contains a tag file called beta.tag in /WEB-INF/tags/alpha. A JSP page called sort.jspexists in the web application and contains only this JSP code: 1.<%@ taglib prefix="x" 2.tagdir="/WEB-INF/tags/alpha" %> 3.<x:beta /> The sort.jsp page is requested. Which two are true?() Tag files can only be accessed using a tagdir attribute.。 The sort.jsp page translates successfully and invokes the tag defined by beta.tag.。 The sort.jsp page produces a translation error because a taglib directive must always have a uriattribute.。 Tag files can only be placed in /WEB-INF/tags, and NOT in any subdirectories of /WEB- INF/tags.。 The tagdir attribute in line 2 can be replaced by a uri attribute if a TLD referring to beta.tag is createdand added to the web application.。
《特种设备作业人员证》遗失或者损毁的,持证人应当() 及时申请重新培训。 及时报告发证部门。 在当地媒体予以公告。
领导干部辞去公职后,多长时间内,不得到原任职务管辖的地区和业务范围内的企业、经营性事业单位和社会中介组织任职?
枝晶偏析
当执行可执行文件时被载人内存,并可能进行传播的病毒类型是()。 引导型病毒。 文件型病毒。 邮件型病毒。 蠕虫病毒。
Given:
8.int index = 1:
9.Boolean [] test = new boolcan [3];
10.boolcan foo = test [index];
What is the result()?