Ibrahim AlShehri

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

Recent posts by Ibrahim AlShehri

i think the diff is as follows:

1- in 5.0

in "Building JSP Pages Using the Expression Language"

these are missing !:

Given a scenario, write EL code that uses the following operators: aritmetic operators, relational operators, and logical operators.
Given a scenario, write EL code that uses a function; write code for an EL function; and configure the EL function in a tag library descriptor.


2- in 5.0

"Section 11: Java EE Patterns" is missing !
hi all

i find in HFSJ on page 414 chapter 8

"The "class" attribute is optional" in jsp:useBean

i think it is the "type" is optional , isn't ?

i have tried it with class only and it works
thanks all

it works with me, you need to wait for 3 to 4 days

Mary ,

you need to check first with the testing center where you took the exam in

call them and make sure you have given the right email

and also, send an email to the following

[email protected]

[email protected]

and write your info:

Name

CANDIDATE ID

Registration Number

Test Date

Site Number

you can find these info on your exam report that you got after the exam

good luck
[ January 12, 2008: Message edited by: Ibrahim AlShehri ]
17 years ago
That's great.

Congratulations

it is really a good start of the year

i have passed the exam on Jan 03
17 years ago
Hi all

i have passed SCJP 5.0 yesterday Jan 03, 2008

and when i try www.certmanager.net/sun

and clicking on this link

First Time Users

https://i7lp.integral7.com/durango/do/login/firsttimeuser?ownername=sun&basechannel=prometric&channel=sun

i have entred all the info according the exam report i got

but it says

"We could not find a user meeting the specified criteria. Please review the criteria and try again."

please , help on that.
17 years ago
Hi all

at last , i have just passed SCJP 5.0 with 87%

do i need to say i have used K&B book ?

i think this line should be by default in any topic here

i have also used whizlabs exam simulator

i found it useful but harder than real exams

i have passed its 4 exams with 60s% and the final exam 71%


thanks all ..
17 years ago
Excellent score!

Congrats Majid
17 years ago
i wrote this method and i hope you find it useful


[ March 02, 2007: Message edited by: Ibrahim AlShehri ]
17 years ago
if you declare a variable as static ,

it will be shared and seen by all objects of a class

::::::::::

if you declare a variable as volatile ,

it will be shared and seen by all threads of an object
17 years ago
Check this code.



[ March 01, 2007: Message edited by: Ibrahim AlShehri ]

[ March 01, 2007: Message edited by: Ibrahim AlShehri ]
[ March 01, 2007: Message edited by: Ibrahim AlShehri ]
17 years ago
Hi all,


Is it possible to to access ABC class (not the inner one) from InClassTest

provided that InClassTest has an inner class called ABC





thanks.
17 years ago