Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
flora li
Greenhorn
+ Follow
news
5
Posts
1
Threads
since Jul 04, 2008
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by flora li
Another IO Question
at the end of file, value = -1.
-1 & oxff will be a positive value.
in this case value != value & ox11. the result will be false. so D is correct.
show more
24 years ago
Programmer Certification (OCPJP)
exam scope
is Swing,html, javadoc included? thankyou!
show more
24 years ago
Programmer Certification (OCPJP)
Marcus Green Mock Exam#3 questions #40 & #54
hi, I just asked my compiler professor, his answer is following:
when we do i=i++, the process is:
temp = i; // for get the value from i before i is increased
i = i+1; // increase i
i = temp; //assignment
Hope that will help.
show more
24 years ago
Programmer Certification (OCPJP)