• 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

questions needing correct answer

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May be someone who is more experience can answer these...
1) Which DOM Error cond will be flagged by creating a DOM "Element" with the name "Bekery Item"?
A. NO_DATA_ALLOWED_ERR
B. INVALID_CHARACTER_ERR
C. DOMSTRING_SIZE_ERR
D. TOKENIZER_ERR
2) Which is true for default template?
A. Build-in template rules for text and attribute nodes generate HTML markup.
B. Build-in template rules for processing and comments do noghing.
3) Which of the following is a result of using "xsl:apply-template" to process elements that are not descendants fo the current node?
A. a more efficient style sheet will be created.
B. possiblity arises of non_terminating loop.
C. Implementation will factor out "static content"
D. style sheet process will stop.
4) How does DOM implementation encode the "DOMSTRING"?
1) UTF-16
2) ASCII
3) UTF-8
4) ECMA Script
5) When element can be appear as child of marry element with XSL query is Best?
A. Select
B. match
C. attribute
D. Node
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Someone mentioned this a few days ago, but... since it's worth repeating - most of us are of the opinion that we're going to wait until after the free voucher offer is closed before giving any help with answers on the mock exam.
Wait a few days for IBM to close the free voucher program for the 141 exam and we'll get back with answers to the exam questions.
 
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree in totality with Theodore.
Later,
Hema
 
Hema Menon
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Wait a few days for IBM to close the free voucher program for the 141 exam and we'll get back with answers to the exam questions.
I forgot to add, for the questions you have raised, its always easy to find the answers just by reading the specs. Maybe you don't have to wait after all!
Later,
Hema
 
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"light wt", please, read this post!
Also, it happened that your name does not comply with the JavaRanch naming policy. We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please spare a moment and re-register with a name that meets the requirements.
Thanks!
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry about the name thing.
I don't know how you've got the idea. The questions are not from mock, pre, or "whatever" 141 exam.
 
reply
    Bookmark Topic Watch Topic
  • New Topic