• 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

code in essay exam

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi All,

Do we need to write small code snippet in essay exam like class name , method name etc .. so that it will prove this is the one who completed the assignment ?




Regards,
Pramod
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The essay exam purpose is to let examiners know it is you who really did the assignment. If you mention what methods, architecture, GUI design etc then you will be fine.

Example if you did your networking using RMI and the essay you mention Sockets then clearly the 2 persons are not the same. Or if you use a service layer and did the locking in it but in the essay you mention the client can directly call lock() and unlock() methods... then you are screwed.

So no you don't need to write code snippets but do or should mention "specific" methods or classes you created for such and such purpose.
reply
    Bookmark Topic Watch Topic
  • New Topic