aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes chapter:9, self test Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "chapter:9, self test" Watch "chapter:9, self test" New topic
Author

chapter:9, self test

dolly shah
Ranch Hand

Joined: Jun 18, 2007
Posts: 383
I do have a doubt for example :6 from chapter:9,page:483
Why <c ut value="x" /> is the right answer? Because in the question they have written "which are valid examples of custom tag usage"?
As per I know <c ut> is not a custom tag. It is from the JSTL.
Can anyone please explain?


SCJP-1.5<br />SCWCD-1.4
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14670
    
  11

It is from the JSTL

It is a library of custom tags, which has become a standard. But they are made just like custom tags. With a TLD, with classes. Look at the API. Tags from the JSTL are custom tags like any tags you will make yourself.


[My Blog]
All roads lead to JavaRanch
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: chapter:9, self test
 
Similar Threads
HFSJ Mock question On page 487
Doubt in the HFSJ 9 chapter
Differentiate Custom Tags and JSTL - HF Chapter 9 Mock Exam
Passing a bean property to a custom tag using JSTL
IMP c:remove doubt