Alex Pivovarov

Greenhorn
+ Follow
since Feb 08, 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 Alex Pivovarov

You are right. I was mistaken.
18 years ago
John Hunt's Mock Exam

question 6.
FALSE is not a java keyword.
At least I can create variable
int FALSE = 45;

So, answer "D" is also correct

java keywords
[ February 25, 2006: Message edited by: Alex Pivovarov ]
18 years ago
http://www.javaranch.com/maha/_Mock_Exams/MindQ_s_Sun_Certified_Java_Programmer_Practice_Test.htm

question 33 - "d" is also correct because ArithmeticException is RuntimeException;

question 34 - "a" is incorrect because "super" is a keyword - so "b" is correct (does not compile);
18 years ago
Are there AWT questions on SCJP 1.5 exam?