login about faq


0
1

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".

asked Feb 27 at 00:17

philster16's gravatar image

philster16
1121

edited Feb 27 at 18:20

Fogarty's gravatar image

Fogarty ♦♦
11.7k122738


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.

answered Feb 27 at 00:35

KevinLockergnome's gravatar image

KevinLockergnome ♦♦
10.5k513

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

answered Feb 27 at 10:39

trueb's gravatar image

trueb
14.9k4899256

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×222
×125
×87

Asked: Feb 27 at 00:17

Seen: 314 times

Last updated: Feb 27 at 18:20