• 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

ne 1 from b'bay giving scjp in feb

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well we can share our doubts
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Prakash,
I am planning to give my scjp in feb may be next week.
u can mail me at ashishc@postmark.net.
Anybody else out there........
Ashish
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Ashish & Prakash even i plan to give my scjp very soon and would like to join the gang so that we can share our doubts.
shammi.
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi iam planning to take my SCJP soon sometime next week. Please help me with my doubts!
 
prakash sainani
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys !
best of luck 4 ur preparations!
tell me if u know whether we have to put even integer ans in double quotes for the fill in the blank questions
 
prakash sainani
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
shammi &sai ram9 plz tell ur email id's
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
good our mumbai group is going strong
hope we can clear our doubts and share our codes too
can also join my thread too
wish u all a good luck
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys,

seems to be a lot of guys inn for the month of Feb,
I would like to join the gang,I am appearing on the 26th this month..
I wish u all lots of good luck...Wish me too.
to bigin with pls clear this doubt of mine.
why is this code behaving thisway,
this comes from velmurugans notes.
int array[] = new int[5];
int index = 0;
array[index] = index = 3; // 1st element get assigned to 3, not
//the 4th element

for (int c = 0; c < array.length; c++){
System.out.println(array[c]);
System.out.println("index is " + index); // prints 3
}
the assignment as far as "=" goes is from RHS to LHS,
if thats the case the vale of index becomes 3,which is actually happening,but why is it that the array[index] still hold on to "zero" and does not itself become array[3].
hope i make myself clear.
guys,pls come forward
Vijay Pillai
 
Sai Ram9
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
u can mail me to sairam9090@hotmail.com
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Friends, its me Sairam9 they said my name doesnt comply with the rules of java ranch so i had to change my name as saipriya but my e mail id is till the same.

Can anyone explain me these lines from Carl's Notes:
GridLayout with container larger han components expands to fill its container provided that the number of components matches the rows*columns.
--Empty rows are given space, while empty cols are not.
-- if there aren't enough components, it will try to fill its rows first.
 
Ashish Chande
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vijay,
The answer to your question is we should first evaluate left hand operand before right hand operand and operands are always evaluated before operation. Try referring JLS chap15 on expressions. That should clear ur doubt
I am also planning for almost same day.
So wish you all guys All the Best and yeh wish me too.
Bye,
Ashish
 
prakash sainani
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey friends!
nice to c v have formed such a big group in just 2 days
 
prakash sainani
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my email id is dearprakash@rediffmail.com
 
Vijay pillai
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi prakash,
Thanks for the advice I think JLS will be a good place to clear this out.
Thanks
Vijay Pillai
my emailid is pillai_vij@rediffmail.com
 
Vijay pillai
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ashish,
Sorry i was pointing on to the wrong person.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I am Swapna from Hyd..Even I want to clear my SJCP very soon..But I want to be completely preapred for that..I would like to join ur group to share and discuss the doubts
Thanx
Swapna
 
Sai Priya
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Swapna, When are u planning to give the exam?
U r sure welcome to the Group.
Sai Priya.
 
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi!
I am also planning to give my exam with one,two weeks.My email-id is shabbirzakir@yahoo.com.
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am giving SCJP2 exam in end of feb.
Please contact me at...........

javasingh@chequemail.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic