kalpita lawande

Greenhorn
+ Follow
since Apr 21, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kalpita lawande

I am planning for my scjp1.5 exam.
Actually i wanted to schedule my exam,so i contacted my nearest prometric centre,but the date which i have chosen is not available.

I wanted to know if i could contact some other prometric centres for scheduling exam.If so, can you give me details about those prometric centres.

Also,where actually the exam takes place?


please tell it's urgent.

bye
hi,
this is question from Assignments from K& B book.

public class Bridge{
public enum Suites{
CLUBS(20),DIAMONDS(20),HEARTS(30),SPADES(30),NOTRUMP(40){public int getValue(int bid)
return ((bid-1)*30)+40;}};
Suites(int points){this.points=points;}
private int points;
public int getValue(int bid){return points*bid;}
}
public static void main(String[] args){
System.out.println(Suits.NOTRUMP.getBidValue(3));
System.out.println(Suits.SPADES+" "+Suits.SPADES.points);
System.out.println(Suits.values());
}
}

ans:a)output could contain 30
b)output could contain @bf73fa

please help me with this.
thanks

hi,
I'm new to Javaranch.I am currently preparing for Scjp1.5 exam.Can i get vouchers from prometric centres or do i have to buy them online?

Can anyone help me?

thanks
bye
hi,
I'm new to Javaranch.I am currently preparing for Scjp1.5 exam.Can i get vouchers from prometric centres or do i have to buy them online?

Can anyone help me?

thanks
bye
hi,

I am new to this forum.Actually i am quite confused and tensed since i am unemployed for one year.I have applied for so many jobs but not getting any response from them,All because of recession.I am planning to give java certification exam,but still i am worried when will i get job??

I applied for [Company],cleared apti, GD and finally gave interview.I was asked to wait , in case selected ones decline the offer i would be selected.what should i do??

can anyone help me??

bye
15 years ago
Hi,
In scjp6 kathy Sierra and Bert Bates ,there is an question in exercise which i am not able to understand.

public class Starter implements Runnable{
void go(long id){
System.out.println(id);
}

public static void main(String[] args){
System.out.print(Thread.currentThread().getId()+" ");
//insert code here
}
public void run(){go(Thread.currentThread().getId());}
}

given are 5 fragments:
1.new Starter().run();
2.new Starter().start();
3.new Thread(new Starter());
4.new Thread(new Starter()).run();
5.new Thread(new Starter()).start();

Ans:One produce output 4 2,exactly two produce output 4 4

I am confused with this answer as i am not able to understand how id is 4 2 and 4 4.
I would be grateful if anyone could help me.

thanks
I am kalpita lawande.I am planning to give scjp 1.5 in june 2009.
can you please tell me which chapters are important and how many mock exams should i give?