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
~253 People Reached
Favorite Tags
Member Avatar for sengathir

hi, when i try to multiply the double value with 100, i got inconsistent o/ps.. here the codes... Case1:- double d=15.025d; System.out.println("d="+(d*100)); o/p:-d=1502.5 Case 2:- double d=16.025d; System.out.println("d="+(d*100)); o/p:- d=1602.4999999999998 and this issue to 17.025,18.025,19.025 & 20.025 also. it suppose to be d=1602.5 right? why these particular o/p and how …

Member Avatar for JamesCherrill
0
105
Member Avatar for sengathir

I have to pull the data from DB2, CollableStatement cs =conObj.prepareCall("call " + db2Creator + ".IVR_LOOKUP(?,?,?,?)").... whereas 2 fields are input and 2 are output(output are not fields but they are support to retrieve the rows...). ex:- if i/ps are "23" & "Raja", O/p parameter 1 should fetch 5 rows …

0
44
Member Avatar for sengathir

I am not sure whether I am placing a Q in the correct section or not. let me give the scenaria I have the xml tag infos [CODE]<credentials> <userId>raj</userid> <password>raj</password> </credentials>[/CODE] i wanted to give this info to logger,(ie) [CODE]log.append(taginfo);//taginfo will be having this credentials[/CODE] Now i want to remove …

0
48
Member Avatar for sengathir

I have an example the [I]x.java [/I]is a servlet which is being called by a jsp.-(may be a.jsp b.jsp ...any one) If i need [I]to get the name of the jsp [/I]- I have to find the solution without touch the base files(can't use the session trackers or any other …

Member Avatar for jwenting
0
56