Search:

Type: Posts; User: concerto49

Search: Search took 0.10 seconds.

  1. Re: Fastest way to read and search a string in a large file using core java

    Assuming it looks like:

    <key1> <value1> <key2> <value>... and IF search string is a substring of a key, return each of these results?

    How are you hashing it right now? Are you hashing every...
  2. Replies
    4
    Views
    1,543

    Re: Threads question

    If you are memory constrained watch out on creating too many threads. As suggested use a thread pool if needed - also check the thread stack size.
  3. Replies
    3
    Views
    1,667

    Re: mobile development in java

    +1. Java ME no longer exists (very very rare anyhow) if that's what you've read about. Android is the way to go.
  4. Replies
    4
    Views
    1,097

    Re: Greetings! Java - err JVM language!

    Thanks for the warm welcome.
  5. Re: What's the importance of declaring a variable as PROTECTED?

    Just to note all inner classes also have access.
  6. Replies
    3
    Views
    1,575

    Re: Java and other technologies...

    From what I've seen where I am, most jobs ask for Spring/Hibernate/JSP/Tomcat still. I would head in that direction and also start looking into newer technologies.
  7. Replies
    14
    Views
    5,393

    Re: How much per a month?

    That is very nice, but I think as said it's an average. A lot of the six figure high paying folks are probably distorting the truth.
  8. Replies
    4
    Views
    2,625

    Re: Java 7 and Internet Explorer 9

    Did you install Java 32bit or Java 64bit? Since you are (I assume) using IE 32bit, you need 32bit Java installed.
  9. Re: I'm planning on creating the largest computer program ever devised

    This sounds cool, hope you get the people you need to join. Having said that, wouldn't you need some very expensive hardware to run this? Wouldn't you need to host the downloads to the program...
  10. Replies
    15
    Views
    21,786

    Sticky: Re: Make money today as a Java freelancer

    Had a look. Just registered. Going to give this a try in my free time.
  11. Replies
    4
    Views
    1,097

    Greetings! Java - err JVM language!

    Hi, long time Java developer here - started when Java 1.4 was out.

    Java these days has been more of a hobby than a profession. Whilst I still work on Java related stuff - JVM, Groovy, Tomcat, etc...
Results 1 to 11 of 11