Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #22.6K
Ranked #4K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

6 Posted Topics

Member Avatar for yo123

[url]http://blog.codebeach.com/2008/03/convert-color-image-to-gray-scale-image.html[/url] it worked for me

Member Avatar for valiandra
0
580
Member Avatar for madhusamala

<form action="url"mehtod="post"/> but this url should identify which servlet to run at server side. So, in your web.xml, your <servlet-mapping> <servlet-name>somename</servlet-name> <url-pattern>this pttern should identify your action url properly</url-pattern> </servlet-mapping> e.g. if action="*.do" then url patter should be <url-pattern>*.do</url-pattern>

Member Avatar for Nilesh Pagar
0
161
Member Avatar for foya

Algorithm is rhythmic approach to a problem. So your say, machine should have capability to schedule a task rhythmically. Definition is more abstract I guess but clear I suppose.

Member Avatar for Nilesh Pagar
0
119
Member Avatar for buggytoast

Not bigger mistake..... yaar .... For the Scanner object, inside [B]OrderList(File inFile, Component c[/B]) constructor ... you are setting Delimiter to [B]"\t"[/B] just remove that line or comment that line.... and you will be aware from your nightmare..... thats it... do it fast......... just check out the definition of : …

Member Avatar for buggytoast
0
162
Member Avatar for tazaramya

See that [B]window.location.reload()[/B] is having problem.............. the definition says that........ relaod() --------- this is ok since you r not using this type. [B]reload(force) [/B]-------- but check out this one. [B]force[/B] is the boolean handle. and this is applicable for FireFox and Netscape...... so that is the reason its not working …

Member Avatar for Nilesh Pagar
0
154
Member Avatar for k_satish0101

Just check out for the definition of getDay() method........... public int getDay()...... Returns the day of the week represented by this date. The returned value (0 = Sunday, 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday ) represents the day …

Member Avatar for Nilesh Pagar
0
164

The End.