• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

SCJP 6.0 Quries

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

I'm planning to appear for SCJP 6.0 exam this month(maybe by end of january) i'm reading through the book by Bert & Sierra.
I have few questions, that are:


1. In Chapter 3, Assignments, Integer Literals Topics.
As i read, we can assign an int with decimal, octal and hexadecimal values.
my question is do i have to learn the conversion between these number systems (from octal to decimal, from hex to decimal) or such thing will not come in the exam.

2. When should i start using the mock exams, now or after i finish the book? I have studied java in college as well i'm good in it, but while reading this book i find so tricky and important points that i have never noticed while i used to learn java.

if i want to take the mock exams, how can i get them?

thanks for the support,

Rafi
 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here are your mock tests .
this include both free as well as paid mocks.
well you can solve the questions of the chapters that you have read so far in mocks.

They are not gonna ask that wat is hexadecimal of 12 or sumthin like that but there are methods like toHexString which convert decimal into hexadecimal you must know about these methods.they are given in chapter 3 of K & B.
hope this helps
 
Rafi Fareen
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Phungsuk Wangdu wrote:here are your mock tests .
this include both free as well as paid mocks.
well you can solve the questions of the chapters that you have read so far in mocks.

They are not gonna ask that wat is hexadecimal of 12 or sumthin like that but there are methods like toHexString which convert decimal into hexadecimal you must know about these methods.they are given in chapter 3 of K & B.
hope this helps



thanks man, it really helps.
 
reply
    Bookmark Topic Watch Topic
  • New Topic