Lisa Raymond

Greenhorn
+ Follow
since May 17, 2000
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 Lisa Raymond

Great achievement Ashfaq ! Keep it up.
Lala - You have no right to call anyone Stupid
Lisa
Hi Allen,
Congratulations to you !!!
Hope the certification helps you get greener life.
Thanx for your tips. We would also like to have break up of the types of questions you had, topic wise and nature wise (i.e. Single choice, multi choice, fill in type etc.).
Let us know if you came across any Mediatracker questions.
Thax in advance

Lisa
------------------
Hi NM,
The Voucher for SCJP is valid for 8 months here in Germany. I guess it would be same elsewhere.
Best of luck for your exam in advance.
Lisa
Hi Suma,
Please accept my hearty congrats for clearing the exam. Tell us more about your future plans (About more Sun Certification off course.
Suma can you shed some light on the classic point of "Do we add quotes or semicolons to fill in blank question" ? Did you find such questions with proper and sufficient guidence in the exam ? Please let us know about your approach.
Congrats again !
Yours
Lisa
Hi !
SUN has announced new SCJA exam by end of June 2000.

Details of the exam and the objectives are not available since that page dose not open up.
Has anyone tried it on the SUN site ?
Lisa

------------------
Hi Maha Anna !
Accept my heartfelt congratulations !
You can now call yourself Maha Maha Anna (Repeatation intended )
I am sure you will keep on contributing more and more ideas on this forum for the benefit of all of us.
Tell us if you plan to go for SCJD or SCJA hereafter.
Best luck for your plans.
Lisa
[This message has been edited by Lisa Raymond (edited May 30, 2000).]
Hi JDummy,
1. null is NOT a keyword. It is a literal which is reserved.
This explaination comes from SUN's study material
2. If you place main method in a class other than the one source file name, it will compile but give runtime error as the runtime tries to find main method in source file(which is the class without main method) and reports error since there is no such main method.
regds,
Lisa
[This message has been edited by Lisa Raymond (edited May 25, 2000).]
Hi all !
Please tell me if there is any thumb rule to find out which error will the Java compiler report first.
I have seen questions in mock tests where options are provided to pick from the error Java compiler will detect first.
Here is one example :
---------------------
1> class MyClass {
2> static MyClass(){
3> System.out.println("Hello, World !");
}
4> public static void main(Strings argv[]){
5> MyClass mc = new MyClass();
}
}
Which error(s) is/are detected when this code is complied ?
select all that are applicable :
a. Error at line 1
b. Error at line 2
c. Error at line 3
d. Error at line 4
e. Error at line 5
Answer is b. Even though there is error at line 4. How is it decided that a particular error alone is detected from within a pool of errors ? Or is it First error that alone is reported by compiler ?
Please help me about this as I have seen similar questions in some other mocks.
Thanx
Lisa
Hi all,
Just came across this site. It is a great site indeed. I feel, this site is quite useful to me as I am planning to appear for JCP soon.
Thanx Maha, Tony and others, you will find me around.