Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: write factoring program using RMI in java

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default write factoring program using RMI in java

    hi

    im in trouble with my project first the let us do factorial program using the socket

    and let the server put the number to factor and the range

    and the client do the math and send it back to server

    .................................................. ....................................
    now they want the same thing but with RMI
    and make the client enter the number
    and the server check if there is a factor for this number or not
    if there is do the math and send the result to the client or show message there is no factor
    .................................................. ...................................
    my question ,,

    is there someone can help me to rewrite my code and make it useful to RMI by tomorrow 6 april


  2. #2
    Junior Member
    Join Date
    Apr 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: write factoring program using RMI in java

    plz help me

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: write factoring program using RMI in java

    Post the code you are working on and ask some questions about the problems you are having.

    This section of the forum is for helping people with problems in their code.

    If you want to hire a programmer to write some code for you, you need to post in another section.
    If you don't understand my answer, don't ignore it, ask a question.

  4. #4
    Junior Member
    Join Date
    Apr 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: write factoring program using RMI in java

    i really dont have code in my hand
    but i want someone to Guide me and tell me how to do it

    if that is not the right section could you please give me the link for the right one

    and big fat thanks to reply

Similar Threads

  1. write a java program
    By mohd faizan shekh in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 9th, 2013, 05:31 PM
  2. Replies: 2
    Last Post: January 25th, 2013, 09:54 PM
  3. write a program in java?
    By rajasekharreddy in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 25th, 2012, 09:58 AM
  4. help me write java program
    By stevisto in forum Member Introductions
    Replies: 1
    Last Post: September 13th, 2011, 03:44 PM
  5. Trying to write Factoring Numbers Code--Please Help.
    By uks2h in forum What's Wrong With My Code?
    Replies: 4
    Last Post: November 11th, 2010, 08:20 PM