Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
65% Quality Score
Upvotes Received
10
Posts with Upvotes
4
Upvoting Members
8
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
4
2 Commented Posts
0 Endorsements
Ranked #4K
~8K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

17 Posted Topics

Member Avatar for madhub2v

[B] Your question don't have a clarity. But, i can understand that you are developed a caluclator program. So, now you want to incorporate this program in to your real time application. Right? [/B]

Member Avatar for Stefano Mtangoo
0
160
Member Avatar for stevebush

[B] The question u made raised is can't possible. Basically the linked list traverse the highest value to the next node. So how it is possible? There is no way to take the elements from the small unsorted linked list and add it to the larger sorted list. The linked …

Member Avatar for AuburnMathTutor
0
120
Member Avatar for anthonydonx

Go through this URL. [URL="http://download.oracle.com/docs/cd/E17409_01/javase/tutorial/rmi/overview.html"]http://download.oracle.com/docs/cd/E17409_01/javase/tutorial/rmi/overview.html[/URL] Don't post these type of threads. Try to post useful threads to u and everyone. Provide some code if you raise these type of threads.

Member Avatar for jt86442
0
71
Member Avatar for Rajnesh

Use this instead of set up ip... [CODE] ServerSocket sock = new ServerSocket(PORT); Socket conn = sock.accept(); do{ inStream = conn.getInputStream (); inDataStream = new DataInputStream ( inStream ); message = inDataStream.readUTF(); System.out.println("Client sent: "+message); DataInputStream dis = new DataInputStream(System.in); message = dis.readLine(); outStream = conn.getOutputStream(); outDataStream = new DataOutputStream …

Member Avatar for jt86442
0
3K
Member Avatar for momoryoma4488
Member Avatar for mbshameer88

[B] Kenexa, IBM, Retier Scles, Non Infra Tech, Cluster Seems as of i know in bangalore. [/B]

Member Avatar for jt86442
-1
61
Member Avatar for GL.Za

Hi, Actually ur thread was very nice. But i have a solution by using XML in Server. u might be use . Solution Let's say for example there is a string 'A,B,C,D,E' and I want to split it based on the delimiter ','. The first step would be to convert …

Member Avatar for GL.Za
0
298
Member Avatar for star111792

[B] Dear Star, Dont disappointed with all these above mails. I can understand your problem. For Software engineering projects please go through by this link [URL="http://www.comp.nus.edu.sg/~damithch/guide/"]http://www.comp.nus.edu.sg/~damithch/guide/[/URL] I advice you don't post like these type of thread here. This forum for if you have any queries while you implement your project …

Member Avatar for peter_budo
0
793
Member Avatar for SONAVENKAT

[B] Hi use can use this code. May be it will work. [/B] [CODE] for (int rows = 0; rows <= GridView1.Rows.Count - 1;rows++ ) { for (int cells=0;cells<=GridView1.Rows[rows].Cells.Count-1;cells++) { //Get text of each cell like the following and process it string s = GridView1.Rows[rows].Cells[cells].Text; } } for (int rows …

Member Avatar for jt86442
0
165
Member Avatar for jt86442

[B] Hi, i written a code for delete particular file which it was saved in some folder "temp" which it was shown in the below. [CODE] try{ java.io.File objFile = new java.io.File("F:/temp/FirstPdf-022.pdf"); objFile.delete(); } catch(Exception e) { } [/CODE] In the above code, i delete the file "FirstPdf-022.pdf". But i …

Member Avatar for NormR1
0
101
Member Avatar for jt86442

[B] Hi guys, [CODE] if(IsColor.equals("Y")) cell.setBackgroundColor(new Color(240,240,255)); table.addCell(cell); [/CODE] This [U]cell.setBackgroundColor(new Color(240,240,255));[/U] is for set back ground color as a blue. I need Green color. So, is there any values for green. Please contribute your advice... [/B]

Member Avatar for freesoft_2000
0
103
Member Avatar for jt86442

[B] Hi, I have a problem in the below requirement. Marital Status (Select-one) SpouseName ( Textbox ) (Single) (Married) Whenever i choose an option [U]married[/U] only then spouseName is activated( Mouse Cursor is enabled) other wise in rest of the cases it should be in [U]read-only[/U] property. Please help me …

Member Avatar for jt86442
0
88
Member Avatar for jt86442

[B] Hi, I'm unable to change the font colors by using java. Can u please help me that how can i change the font colors in java. If you possible please share that respective Font Code. [COLOR="Green"] Thansk & Regards, Jayavardhan Tummidi. [/COLOR] [/B]

Member Avatar for NormR1
0
645
Member Avatar for jt86442

[B] Hi, I have a 64 tables in my database. I have to know the one column name like "customer" in all 64 tables at a time that this column was exits or not. So that, Is there any query to find that the column name " Customer" has exists …

Member Avatar for Member #334542
0
76
Member Avatar for jt86442

[B] Hi, Actually my requirement is when i move my mouse on the link, One alert box shoulb be appear and it will count how many times i move on that link. I already written the code in javascript but it didn't reach to my requirement. Please go through the …

Member Avatar for Member #334542
0
2K
Member Avatar for MANASkumarverma

[B]Hi, It can't possible to save and retrieve the data by using Script or JSP without having any internal databases. But u have an optoin can use PHP instead of Script or JSP file. I think it was better . [COLOR="Green"] Thanks & Regards, Jayavardhan Tummidi.[/COLOR][/B]

Member Avatar for fxm
0
122
Member Avatar for jt86442

[B]Hi guys, How can we add background colors in PDF document while generating to pdf form by using java. If you know, could you please share to me[/B]

Member Avatar for NormR1
0
73

The End.