ramya ray

Ranch Hand
+ Follow
since Aug 11, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ramya ray

Hi ,

Please guide me how can i publish my certificate.

Thanks
16 years ago
Hi everyone,

I want the guidance for oracle certification .Please help where to start.I am totally new .

Thanks.
Many Many Congtars ...
Any suggestion or tips ???

Thanks ,
17 years ago
Doing java -ea Test will cause assertion enabled in default package or all the packages.

Please guide.

Thanks,
what I mean to say
do i need to remember which is checked exeption and which is not ?
Thanks for reply,
i was following K&B and its not mentioned in that can anyone guide whatelse i can expect other than k&B :roll:
Do i need to remember which exception is subclass of Runtime which is not for scjp 1.4.or if some type of question occured it is mentioned.

Please guide
Thanks
Hi,
I am looking for some tips or points to remember ,commonaly mistaken .
if some one can provide me notes or link for same.It will be great help.
Thanks
Are the methods and infrmation related to String and StringBuffer covered in K&b 1.4 book is sufficient or I need to learn some more methods of these classes.
Please guide.

Thanks,
Henry,
whaterver be in exam these days, but it is covered by K & B book can i be that much sure

Thanks .
[ February 15, 2007: Message edited by: ramya ray ]
Hi ,
Please guide what can be circumstances a thread can move from running to runnable..

I think one is calling yield ,other is Thread schedular means higher priority thread has come or based on time slicing...

Are there any others .Please help.


Thanks ,
But if I leave them as it is say checked. does the exam allow to submit or give error .
Hi, please guide what can be correct option..

class A{

public static void main(String args[]){
Object o = new Object(); //line 1
method(o); //not defined
o = null; // line 2
}

}

when will the object created at line 1 will be eligible for GC.
1. at line 2
2. it is not known to be sure.

I think it will be option 2.
Please help
Thanks !
A non synchronized method can be override to synchronized and vice versa.
Thanks a lot Marc..