About 50 results
Open links in new tab
  1. Exercises to improve my Java programming skills [closed]

    May 23, 2010 · I have learned basics of Java but want to practice more. I was looking via Google and couldn't find many beginner level problems that I can solve using Java. Any suggestions?

  2. Sample Problems for Multithreading Practice - Stack Overflow

    Aug 21, 2009 · What are some practice problems, in varying levels of difficulty, that would be good for multi-threading practice? (And not contrived, impractical examples you see in books …

  3. logic - A java practice problem - Stack Overflow

    Jun 28, 2009 · A java practice problem Asked 16 years, 7 months ago Modified 6 years ago Viewed 19k times

  4. Good challenges/tasks/exercises for learning or improving object ...

    What is a good challenge to improve your skills in object oriented programming? The idea behind this poll is to provide an idea of which exercises are useful for learning OOP. The challenge …

  5. abstract - Practice Java problems - Stack Overflow

    Nov 21, 2018 · I'm doing this University practice and I'm all stuck. I'm supposed to make a program to draw circles and lines. It has 3 packages, Evaluar(with the main class), Dibujo(with …

  6. Nested Loops Statements Practice Problem in Java

    Nov 7, 2019 · Nested Loops Statements Practice Problem in Java Asked 6 years, 3 months ago Modified 6 years, 2 months ago Viewed 750 times

  7. What are drawbacks or disadvantages of the singleton pattern?

    The problems that singleton cause in testing is a symptom of their hard coded single usage case/environment. The test suite and the many tests are each individual and separate …

  8. Where can I find sample java questions for hands-on ? Not ...

    May 18, 2010 · Most google results for sample questions/problems for java, results in a link directing to mock certification questions. Does anyone know where can i find sample problems …

  9. Java Programming Exercises? - Stack Overflow

    Sep 24, 2014 · For example, if you are willing to spend some money, the book "Java for Dummies" (make sure it is the all-in-one version) has many tutorials for creating a working …

  10. java - When and how should I use a ThreadLocal variable ... - Stack ...

    May 4, 2009 · 33 There is very good example in book Java Concurrency in Practice. Where author (Joshua Bloch) explains how Thread confinement is one of the simplest ways to …