|
I am currently learning how code in the Java language, but I have only a few months of experience. I am looking for tips that can help me solve problems or tasks in Java. I am familiar with some of the Java attributes and features, however, I struggle when it comes to solving a task. I struggle knowing what attribute to use (e.g. while loop, etc.). Any tips would be great. Cheers.
This question is marked "community wiki".
|
|
1st thing is to check with Java Documentation like http://docs.oracle.com/javase/6/docs/api/ Second is to get a some sort of reference material to help with java. |
|
your first issue is that you are looking for problem solving as it relates to java, but truth of the matter is you are better off learning how to problem solve in general. your first step is to define the problem: without a clear definition of your problem, you cannot possibly move forward. So many times have I helped my mother with her computer and she says "the internet is gone!" that is not a clear definition. Their are many resources out there here is just one: http://www.sawyerpartnership.com/Spp%20tips.pdf |
