单项选择题
Given an Http Session session. A Servlet Request request. And a Servlet Context context. Which retrieves a URL to /WEB INF/ my config.xml within a web application?()
A. session.get Resource (“/WEB-INF/myconfig.xml”) B. request.get Resource (“/WEB-INF/myconfig.xml”) C. context.get Resource (“/WEB-INF/myconfig.xml”) D. get Class ().get Resource (“/WEB-INF/myconfig.xml”)
单项选择题 Whichwilldeclareamethodthatisavailabletoallmembersofthesamepackageandbereferencedwithoutaninstanceoftheclass?()
多项选择题 Whichthe threearevaliddeclarationsofafloat?()
多项选择题 Whichthe twodemonstrateencapsulationofdata?()