• 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

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
 
reply
    Bookmark Topic Watch Topic
  • New Topic