Search:

Type: Posts; User: zeeshanmirza

Search: Search took 0.10 seconds.

  1. Replies
    0
    Views
    2,020

    nebeans client server connectivity ??

    Hello Friends!

    I have recently started using netbeans. I am wandering how we can check client server connectivity in netbeans on a same machine. In eclipse we can run two instances simultaneously...
  2. Replies
    1
    Views
    6,041

    2 dimensional array alternative ???

    Hello friends,

    is there any option to save x,y points of a line rather than in 2 dimensional array ??

    BR,
    Zeeshan
  3. Difference between Speech API and Sound API

    what is the difference between speech API and sound API ?? I am gona make a voice chat application. Which API i should use for voice capturing, storing and then streaming ??
  4. Replies
    6
    Views
    2,778

    Re: RMI problem

    It is an interface which extends Remote class.
  5. Replies
    11
    Views
    3,233

    Re: Object o = new Object(); need help

    you mean in my code example o.wait( ) is just for keeping the thread alive ??

    //zeeshan
  6. Replies
    6
    Views
    2,778

    Re: RMI problem

    all the classes are on server and client classpath. But still getting error.

    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    ...
  7. Replies
    6
    Views
    2,778

    Re: RMI problem

    but i get this error when i start server. Client has nothing to do when you start server.
  8. Replies
    11
    Views
    3,233

    Re: Object o = new Object(); need help

    i understand your point json and helloworld :). I have a code, got it from internet. I am just trying to understand this code. here they have created Object object in constructor. why ? what is its...
  9. Replies
    6
    Views
    2,778

    RMI problem

    Hello friends,
    I am running a RMI based client server application. When i run RMI server, i get the following error.

    java.rmi.ServerException: RemoteException occurred in server thread; nested...
  10. Replies
    11
    Views
    3,233

    Object o = new Object(); need help

    There is a server class in which we are using this code. I just want to ask, what this code do in general??

    Object o = new Object();
    synchronized (o) {
    try {
    o.wait();
    } catch...
  11. Replies
    7
    Views
    2,390

    Re: how to reuse method returned string ??

    there is no getstring method. I just wrote a fake name. The name of that method in code is guess method with 3 arguments. anyways thats for ur help :) i have solved the problem :)
  12. Replies
    7
    Views
    2,390

    Re: how to reuse method returned string ??

    ofcourse i know that i have to store the array and pass it back to the second time ... but how? this is my question. I have stored that arrayin char[] strings as u can see in my code. but how can i...
  13. Replies
    7
    Views
    2,390

    Re: how to reuse method returned string ??

    I am trying to develop a hangman game. the code is right here.



    import java.util.Vector;

    public class SearchChar {

    public static void main(String args[]){
  14. Replies
    7
    Views
    2,390

    how to reuse method returned string ??

    Hello friends,

    I am writing a small program in which i have 3 methods. All are working fine. One of the method getstring(char_aarray, string, int_array) is taking 3 arguments First arguments is...
Results 1 to 14 of 14