• 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

Q from Eduardo Cobian Mock test

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How is it specified that an application is distributable

1) By specifying in the DD: <distributable>yes</distributable
2) By specifying in the DD: <distributable></distributable>
3) It is servlet container specific
4) An application can't be distributable

Is the above topic covered in exam 1.3(310-080). I am refering to Deshmukh's book & there is no mention of DD. It also asks about Cookie Class, which I don't think is covered either.

Please guide.
 
author
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The answer is (2), but typically you would see it as:

rather than:


Obviously, these two are equivalent syntax for an empty tag in XML.

-Bryan
 
Bryan Basham
author
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh yeah,

You will not find this specific question of SCWCD v1.3 (nor v1.4).

As for the Cookie class? I don't remember if there are any questions about the Cookie class in v1.3, but there are some in v1.4.

Good luck,
Bryan
 
udixit
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Bryan for the reply. I am relieved
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic