• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tag file directive , from JWebplus mock exam

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which of the following directives are applicable only to tag files? Select 3 correct options
a attribute
b variable
Valid only for tag files.
c page
d include
e import
No such directive.

General Comments
Only the following directives are valid for tag files:
taglib, include, tag, attribute, variable.


The answer is ABD , but I don't think include directive could only be used in tag files, it obviously could be used in a jsp page.
 
reply
    Bookmark Topic Watch Topic
  • New Topic