adous

Greenhorn
+ Follow
since May 02, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by adous

Cleared SCWCD with 83%, not the high score that i expected, anyway passed is passed, I still felt very happy, many thanks to JavaRanch.
The test is not dfficult, but you must have a good memory I think the API and specification are most important.
Many your guys are worried about design patterns, But it's nothing There is 4 questions within test, and 3 of 4 are very simple. the rest one is a litte confuse, so i missed it, just like i expected for. I spent less one hour for design patterns, So i didn't expect i can get all correct. Anyway nobody will expect he will clear with 100% , is it?
Good luck,
Thanks JavaRanch and Ranchers again
Regards
22 years ago
Different vendors implement Jsp spec in different way, not all points inside Jsp spec will be supported by individual product, follow Jsp spec for exam, but follow vendors doc and implementation for your working

Regards
adous
Hi,
The reason is
<%-- is a comment of Jsp --%> compiler ignores these statments, so line 5 is not inserted in response.
<!-- is a comment of HTML --> compiler will insert statement as out.println("<!-- ... -->") into response.
Regards
adous