Search:

Type: Posts; User: yauritux

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,974

    Re: Getting started with java spring

    have you tried from this one : Spring by Example
    you can also try looking for some videos in Youtube.
  2. Replies
    7
    Views
    1,509

    Re: how can I generation element in my code ?

    There are 2 ways to dealing with array.
    first is to create an array and filling up it's member one by one like the following:


    int[] arr = new int[100]; // create an array of integer with size...
  3. Replies
    2
    Views
    1,106

    Re: string manipulation

    Here's the answer --> http://www.javaprogrammingforums.com/java-theory-questions/19364-string-manipulation.html
  4. Replies
    2
    Views
    1,200

    Re: string manipulation

    Are you intend to delete the last 2 characters that contain only "el" ?? , or you want to delete every last 2 characters and replace them with "em" ?
    if you want to replace every last 2 characters...
  5. Replies
    1
    Views
    1,148

    Hi everyone ..

    Hi everyone...I'm from Indonesia and currently working as Java Developer for one telco company in Singapore named CoreSDP (cOReSDP Home). Mostly doing my job by remote. I found this site from google....
Results 1 to 5 of 5