mita

Ranch Hand
+ Follow
since Jul 19, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by mita

Congratulations.That's a great score.
mita
23 years ago
It won't compile here

--public static void amethod(){
System.out.println(i);--
as i is not static & a static method amethod() is trying to access it directly.
Thanks
Hi,
The output will be -45679.
As we know ~i = (-i) -1
Thanks
Thanks all of you.I'll miss everybody and so many tricky questions, I really like each & avery discussion here.
Mita
Hi,
Marcus Green's other two sites are here.
http://www.jchq.net/mockexams/exam1.htm
http://www.jchq.net/mockexams/exam3.htm
Be sure to do these thoroughly before you take the exam.
regards
mita
Hi All,
God made me a SCJP today.Thank you all for your wishes & prayers, I really needed it.
I got 86%.The exam was very simple.If someone is clear on basics of java, SCJP is not so difficult as it sounds.
I was surprised to get 86%.I thought if I could get 71%, that would be so much for me as I am a housewife & don't have any programming experience.
Surprisingly there was no questions on Sockets and Media Tracker.
Had
1 from IO,
1 on GridbagLayout(simple one but needed some thought)
2-3 on Exceptions,
1 on Stack (need to know push method & how it works)
2-3 type in question(very simple)
1 on GC
many on language fundamantals.
My thanks to Javaranch, you guys helped me a LOT.Before I knew this site, I would say, my knowledge in Java was 35%,this site & Marcus Green's 3 exams really built the rest.
Thanks to all the moderators.
My special thanks to Aruna, Manal, Ajith & Vivek, Vidya, Deekasha And all for your prayers & wishes.
I shouldn't mention personally here, but I would like to say thanks to Ajith, the way you explain everything ,I always felt like my brother was explaining & that gave me more confidence.
All the best to all of you.I'm leaving for India day after tommorrow.When I come back, I will be visiting javaranch to learn and to share.
God bless you all.
mita
Thanks you all for your wishes, I really need it.
Thank you
mita
Hi,
I'm giving the exam tommorrow.All of you please pray for me.
Thank you
Mita
Thanks Ajith, I appreciate it.
mita
Hi,
The objects those have no more reference or set to null are garbage collected.
Is there any specific rule for String objects which are created by new String statement to be garbage collected.Because it creates two objects one in the heap and one in the pool.
And how the String LITERALS are garbage collected.
Someone please explain.
Thank you.
mita
Thanks so much Deekasha.I appreciate it.
mita
PLEASE someone help me.I know this is a simple question, but I can't get it.
Thanks
Hi,
I am confused with the Scrollbar's costructor.Could someone please explain what are initialvalue, slidersize, minvalue & maxvalue if possible with an example.
Thanks.
mita
Scrollbar(int Orientation, int initialvale, int slidersize, int minvalue, int maxvalue)
Indeed you are a dedication.Congratulations.I'm so happy for you.
Keep the faith and have a wonderful wonderful life.
Thanks & please do pray for all.
mita
[This message has been edited by mita (edited August 12, 2000).]