- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 10
- Posts with Upvotes
- 4
- Upvoting Members
- 8
- Downvotes Received
- 5
- Posts with Downvotes
- 3
- Downvoting Members
- 4
17 Posted Topics
[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]
[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 …
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.
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 …
[B] Kenexa, IBM, Retier Scles, Non Infra Tech, Cluster Seems as of i know in bangalore. [/B]
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 …
[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 …
[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 …
[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 …
[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]
[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 …
[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]
[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 …
[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 …
[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]
[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]
The End.
jt86442