Search:

Type: Posts; User: darkchanter

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    705

    Probably easy String parsing

    Hi
    I hope this is the right place for my question:

    I have a String formated in the same way as package names:

    "com.darkchanter.code.NameValue"

    Now I need to extract "NameValue" - the...
  2. Replies
    8
    Views
    1,261

    Re: How to build a List dynamically

    Of course, sorry it's the line where I try to instantiate the InnerClass (new)
  3. Replies
    8
    Views
    1,261

    Re: How to build a List dynamically

    Well, I mastered my problem using a different approach, but I'm still interessted in this, as it's probably "basics":



    public class Playground {

    public class InnerClass {
    public String...
  4. Replies
    8
    Views
    1,261

    How to build a List dynamically

    Dear Experts

    I am looping thru a Result Set from a SQL-Query using the 'while' statement. This is result set is "forward-only", which means can't call the 'first' method to loop it again. Actually...
Results 1 to 4 of 4