Search:

Type: Posts; User: dcshoecousa

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,382

    !!will pay for help!!

    I've got 2 projects and need them completed by 12th May. will pay £50 per project. Contact me if you're intrested....

    dc
  2. Replies
    7
    Views
    1,660

    Re: replacement substring

    still can't seem to get the method to work - can you see anything wrong?


    public static replace String replaceEach(sourceString, oldString, newString)
    {
    Stringbuilder sourceString =...
  3. Replies
    7
    Views
    1,660

    Re: replacement substring

    lol - no I'm still asking.

    This method needs to replace the old substring with the new one;

    public static String replaceEach(String source, String oldString, String newString)
    {
    method to...
  4. Replies
    7
    Views
    1,660

    Re: replacement substring

    yeh using replaceAll() to replace the old version with the new version from the source string.
  5. Replies
    7
    Views
    1,660

    replacement substring

    Hi there all, just trying to create a method to replace a old substring with a new one - i have denoted these by putting Source(source string), old(old substring string), new(new substring to replace...
  6. Replies
    3
    Views
    3,444

    Java programmer for coursework help

    Hi there,

    I've got a coursework to do and haven't got the time as I'm going skiing for 3 weeks as of 31st Dec and thus will be unable to do the course work in the time i'll have left to when I...
  7. Replies
    1
    Views
    1,521

    looping method

    Hi I'm a little stuck on a project where I'm getting a car to move and smoke out of its exhaust to move as the car moves away.

    I need to repeatedly move the car move1 units right for move2 number...
  8. Replies
    3
    Views
    1,292

    Re: what's the output?

    Unfortunately I don't know how to test the code.... I've just started using netbeans
  9. Replies
    3
    Views
    1,292

    what's the output?

    Hi all, I was wondering what the output to this tokenizer problem would be?

    int n = 0;
    for (StringTokenizer st = new StringTokenizer("1,'2,3',4", ","); st.hasMoreTokens(); n++)
    {
    String...
  10. Replies
    2
    Views
    2,044

    Valid toString method?

    Hi

    Can anyone recognise if this is a valid toString method?

    public String toString()
    {
    System.out.println("Tom ");
    }

    cheers
  11. Replies
    6
    Views
    1,910

    Re: *why won't this compile?*

    I'm not getting any... Its the final question on a coursework - "following code for the two classes in the same package does not compile as expected. Why not?"

    Then there are 6 answers (only 1...
  12. Replies
    6
    Views
    1,910

    *why won't this compile?*

    Hi there,

    Having a slight struggle trying to work out why this code won't compile, has anyone got any ideas?**

    public class ClassA
    {
    int x;
    int y;

    public ClassA(int theX, int theY)
Results 1 to 12 of 12