• 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

Question type

 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in SCWCD, should we expect questions like in SCJP, lengthy code, tricky logic etc or mostly just syntax questions?
thanks
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Less syntax. More logic and scenarios. Something like "which of the following EL expressions can be used to obtain all values from a header named bla"
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

should we expect questions like in SCJP, lengthy code, tricky logic etc or mostly just syntax questions?


You can expect some questions contain with lengthy codes, and do expect you need to identify what's wrong.

However, due to EL, you can also expect that some complicated codes are simplified, but you have to read the codes carefully to see what data is taking out from what scope (session, request, etc). This part can be quite tricky.

Nick
reply
    Bookmark Topic Watch Topic
  • New Topic