CSR Rao

Greenhorn
+ Follow
since Mar 31, 2007
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 CSR Rao

Todd,
gEs simulator is similar to the real exam with respect to
the navigation and presentation of questions.
The standard of the questions is quite close to the real exam.

-csr

Yojana,
Checkout the following discussion for the link that has info
on Media Tracker. http://www.javaranch.com/ubb/Forum24/HTML/002041.html
Hope that helps,
csr
Subha,
The MediaTracker class is a utility class to track the status of a number of media objects. Media objects could include audio clips as well as images, though currently only images are supported.
Checkout the following link for further information:
http://resources.inw.com/java/1.2/api/java/awt/MediaTracker.html
Hope that helps,
CSR
I cleared SCJP 2 this morning with 92%.
I started a month back with RHE. I also referred
EXAM CRAM . I did all the exams of Marcus Green. I got
scores between 85%-88% on those mock exams.
I started reading through javaranch from the first week of June.
JavaRanch helped me clear so many fudamentals. Thanks to all
the contributers especially Ajith, Maha Anna..
Before the exam I started getting scores between 90-97%.
In the exam most of the questions are unambiguous. I got one question on collections, 1 i/0, 2 gridbaglayout questions.
I got a question referring to Mediatracker.

-csr
Hai,
I ran the program using visual cafe 3 and got
an infinite loop printing zero .
The accountbalance class should have a package statement.
package cert.java;