Search:

Type: Posts; User: talha07

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,787

    I need to convert String into array

    I need to convert String into array which is separated by new line like
    ("1000_at
    1204_at
    45800_at
    ")
    my job is to put them in array like
    (a[0]=1000_at
    a[1]=1204_at
    a[2]=45800_at)
    any idea...
  2. Replies
    3
    Views
    1,426

    Re: Project with animation.

    i am interested about it.you can contact with me at monsur_it07@yahoo.com.
  3. Replies
    6
    Views
    6,939

    Re: [Java] Client - server, example

    /*may be u can try this
    the server programe belllow*/

    import java.net.*;
    import java.io.*;
    import java.util.*;
    import java.lang.Object;
    public class Server12
    {
    public static void...
  4. Thread: its urgent

    by talha07
    Replies
    3
    Views
    1,656

    Re: its urgent

    /*yes i have solved the socket programe.but now my problem is to send string to server from client

    my client programe is*/

    import java.net.*;
    import java.io.*;
    import java.util.*;
    public...
  5. Thread: its urgent

    by talha07
    Replies
    3
    Views
    1,656

    its urgent

    i want to send data from one computer to another using socket.how can i start it any idea.please help me.
  6. [SOLVED] Re: i cant make a java jar file which can search data from mysql

    thanks to Dan Brown and Copeg for reply.It is solved now.
  7. [SOLVED] Re: i cant make a java jar file which can search data from mysql

    my code is bellow


    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.sql.*;
    import java.util.*;
  8. [SOLVED] Re: i cant make a java jar file which can search data from mysql

    tnkx for response.my problem is that when i create a jar file then when i execute the jar then it doesnt work.i mean doesnt search & insert into mysql databases.I use netBean ide.but in my netBean...
  9. Replies
    2
    Views
    3,914

    Re: saving data in persian language in mysql db

    after ur installing mysql software then u need to configure ur mysql.then after 4 step u got a page in this page u have custom option now select this .then select utf-8 mode.now it will works.
  10. [SOLVED] i cant make a java jar file which can search data from mysql

    I want to create a java jar file.Which can find data from mysql.i've made it possible to find data from mysql from my java prgrame.but when i make a jar file then it cant find the data.how can i...
  11. Replies
    4
    Views
    1,888

    Re: class extending

    you can simply write Maiin extends JFrame implements ActionListener{
  12. Replies
    5
    Views
    2,119

    Re: cant run the program with 2 classes

    please wirte
    {Student st=new student();
    ob.yourrequred method.}
Results 1 to 12 of 12