• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

is the exam like abhilash mock??

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want to know should i memorize such cases as those tested on that mock...it's too hard to keep all these math cases in my mind,also i don't think they are very useful.
but if thats tested as per exam objectives,i just want to know if these are implicit objectives(memorize API)??
[ March 18, 2002: Message edited by: aymen esawey ]
 
aymen esawey
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please help this is getting scary??/
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't see many Math questions in Abhilash's mock. Again, the best way to memorize the Math API is to write some code that uses it. It's worthless learning the Math API (as well as any other API) by heart like a poem. You have to know how to use it, and by coding you'll know, because at first, your code will contains errors and by repetitive API searching and documentation reading, you'll begin to see how the Math class is organized and why it is the way it is. You'll begin to see that what is in there is logically organized, and you'll make up a scenario that will help you memorize everything in there. Don't worry, you'll manage that
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic