vivekkumar sharma

Ranch Hand
+ Follow
since Dec 21, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by vivekkumar sharma

Hello ,

My organistion is in process of evalutaing adapting agile process in our development processes.i have worked as Quality Assurance person for last 8 months on the project.

I have written a adaption proposal for organisation based on the experince and learnings of the project.It would be good to have book,so I can give more inputs to the propsal.

This kind of book would be perfect for what I have been looking for at this time.

Thanks
Hi

Both of these wonot work.
to conmpare string use equals method.

hope this helps
hi ,

yes it works with function as well. I had an impression that dimension of an array shall be compile type constant but following program compile and runs fine,May be i was confusing with C++.

Hi Guys,

who can stop some one to scan and distribute copies ??
No technology

Originally posted by kt randhawa:
Ok,then what else access specifier can we use with/without static for the inner class? Can we have public static inner{} or abstract/final etc for that matter?
If so what is their significance?



you can use any other modifier which is valid for class fields.yes inner classes can be abstract or final
HI ,
Thankx for reply.
is this right and efficent way to code SQL queries in an application.

Who maintains compiled prepared statements? is it JDBC driver ?

regards
Vivek

public void updateSales(String CoffeName,float sales)
{

PreparedStatement updateSales;
String updateString = "update COFFEES " +
"set SALES = ? where COF_NAME like ?";
updateSales = con.prepareStatement(updateString);
updateSales.setInt(1, sales);
updateSales.setString(2, CoffeName);
updateSales.executeUpdate();
}
[ May 29, 2006: Message edited by: vivekkumar sharma ]
Hi Ranchers,

I have a doubt understanding how to use prepared statements.

When we call function below, will the "updateSales" object created each time or it will be created only for the first call and then will be resued .
If this is not the correct way to use prepared statements, then where shall be prepared statements be created .

TA
Vivek

public void updateSales(String CoffeName,float sales)
{

PreparedStatement updateSales;
String updateString = "update COFFEES " +
"set SALES = ? where COF_NAME like ?";
updateSales = con.prepareStatement(updateString);
updateSales.setInt(1, sales);
updateSales.setString(2, CoffeName);
updateSales.executeUpdate();
}
Hi Ranchers,

I am trying to login for first time in certmanager. To create a new login ID, Interface asks for following fields aparts from others.

Registration ID

Test Center ID

I am not sure where to get correct values for these filed because.

1.My result sheet given by Prometric center shows CANDIADET ID and REGISTRATON NUMBER, there is no Registration ID there.
2.There is a field SITE NUMBER: NZH shown on result but no Test Center ID filed.
3.Site Code shown for my testing center on Prometric site is NZK, and no Test Center ID shown there as well.
4.I assume First name and last name filed are case in-sensitive

These inconsistencies of terminology are so frustrating .Can some one help me to gets things sorted.

I have read other threads on forum, where number of people face problems in login.
Does SUN cares ??

TA
Vivek
HI Ravi and Everyone
Thanks for your wishes,

My applogies Ravi I donot remeber the link But I got it from javaranch only.
You can check http://www.javaranch.com/mock.jsp

regards
Vdeep
19 years ago
Hi Ranchers,

Thanks to all the wonderful people who give their time and efforts in this wonderful community online. I passed my SCJP 2 5.0 today.

To share my experience I would say apart from giving technical help Ranchers needs tons of appreciation for emotional support they provide through these forums. Felling of everyone is sailing in same boat

On preparation strategy I studied K&B book, (The first book that I can think of I read page to page in my life). Self-test and mock test are real good. Don�t look at the quantity but Quality of questions they cover pretty much every concept.

I did wizlab mock test they are second to K & B.

Mock test �JMMock� is also good specially questions on generics.

JavaRanch rounds game is good for the time when you want to fell happy of achieving 100% J

On Test Taking strategy.

Don�t worry if you are confused, worried etc etc during preparation or on test day.
This is Human, Take a deep breath, stretch yourself and start the test. Don�t rush through questions; there is enough time to complete test.

One thing I decided and worked for me was I didn�t marked questions for later review, because after doing through 72 questions I knew I wont be able to concentrate again on questions and It adds to more confusion when u re-visit a question. When you are attempting a question, try to find out what question is really testing and you are done.

Overall test judges well of your language understanding and concepts. I enjoyed taking the test.

Thanks once again
Vivek

19 years ago
Hi Guys,

Donot get dis hearten from the poor scores in mock exams and with annoying GUI features. The quailty of questions is realy good in K&B.

I know choose all apply questions, become bit frustrating , BUT belive me out of experince IT realy help you to know and think about all the options carefuly ,so in the process you develop more understanding and confidence with time.

Remember loosing 1 question in a mock test to gain knowdlege of 4 other concepts of knowing why you did wrong,is worth getting you god marks in real exam.

Also examulator is a good site ,but sample 62 questions papers is realy easy as compared to origional exam