cybel sheriden

Ranch Hand
+ Follow
since Jan 18, 2005
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 cybel sheriden

hi

as a tester how much of unix and sql should i know........
17 years ago
hi

iam looking for entry level jodb in java......have done my SCJP.......where can i get sample java project codes , so as to get real time experience with java projects.....
18 years ago
hi

i just did a course on testing tool (winnrunner and test director)........wanted to have some testing project experience.......like writing test cases and test plan..........and working on winrunner by scripting TSL .........where can i find one.......
18 years ago
hi
i just finished my java certification .........want to make my carrier in java technology..........which is the must have books for java........
hi
which is the best book to look through to know about software development life cycle.......is the Software Engineering (6th edition) book by Roger Pressman worth buying.please guide me......
18 years ago
hi
whts the scope of software testing in US.............apart from knowing software test tools wht are the other skills requried as a software tester(black box testing).
18 years ago
hi
i just finised my java certification(scjp)and looking for entry level job .....what are the other skills required ....i know C and unix..........should i give SCWCD EXAMor the above mention skills enough to get a entry level job.........please advise
18 years ago
hi
i cleared my scjp with 80%,though not too good iam happy with what i scored.except for thread the exam for preety easy.

i studied from k&b book and gave moock test of masterexam , bonus master exam and marques green, dan's mock exam are very tough ........scjp exam is not so tough. i feel k&b book is more than enough to clear the exam.

any suggestion for where i can go from here..........i want to take up some testing course.
19 years ago
hi

2's comliment of negative value is .....flip all bits and add 1.
2's compliment of positive value ......is it the same way
19 years ago
i found Dan's mock exam to be very tough ,it contains lot of Q on the topic which are not disscussed in K&B,is the real exam as tough as Dan's mock exam.

i have gone through K&B ,its Master exam and marques green's mock exam5........is it good enough to go through the exam.
hi

i was taking up the dan's mock exam.......are the questions of comprehensive exam picked up from the single topic exam, or is it a whole new set of questions.
!oops that was simple ......i should have given a thought before posting
thanks
19 years ago
class test4
{
static int a=10;
static int amethod()
{int z=0;
return(a=z);//line L
}
public static void main(String[] args)
{
System.out.println("hello" + a + amethod());
}

}
result is hello 10 0

and i thought z value is returned as well assigned to a,but a still remains 10.
pls xplain.
19 years ago
hi


1>dan chisholm mock exam has two links one to latest exam and other to old exam.do i need to go through both or latest exam version is good enough.

2>There are 3 mock exam on marques green and one simulated(new version).
all of them have the same set of questions ......right? then why is it said tht we should keep taking the mock at marques till we get 75%or more.
hi

byte a=10;
byte b=20;
byte d=(byte)(a^b);

i guess in the above statement casting is requried.
so is it like any arthmetic or boolean operation performed on int or smaller than int requries a cast.
19 years ago