Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have finished studying and I am currently looking for a job. In the meantime i would like to get more experience with Java to be more confident in my coding as well as to be able to code better. Can someone suggest a course i can do or just somewhere i can get exercises with answers when i'm done if possible?

What I have tried:

I have tried 2 courses on Udemy. But they are not practicals I want to do more coding and less theory if this makes sense.
Posted
Updated 2-Mar-18 4:12am

Take a look at some of the articles here on CodeProject: Java articles[^]. The more you practice the more you learn.
 
Share this answer
 
Comments
phil.o 2-Mar-18 8:20am    
5'd
Quote:
I want to do more coding and less theory if this makes sense.
Yes, that makes sense, once you do know the theory. :-D

I would try to develop applications, different kinds of.
 
Share this answer
 
You should start with solution 1 :)

What I did about 15 years ago when I started learning .NET world was to pick up some simple projects I was interested in; it can be anything, a tic tac toe game, an address book, a clock/timing utility, whatever you already have some knowledge of and/or interest in.

It should remain pretty simple, for a start. Do not directly jump to a full solution involving a database or any external entity. Focus on simple projects with which you will be able to grasp basic concepts. Only when you acquire the basis, than you will be able to progress to more complex concepts.

Search for example java projects which match your personal interests and needs.

Finally, the process could be synthesized by: read, try, test, debug, test, debug, rant, read, try, test, etc. If you get lost in of of these steps, we may be able to help (except for the ranting part, which you should keep to yourself).

Kindly.
 
Share this answer
 
Quote:
I want to do more coding and less theory if this makes sense.

Theory knowledge leads to better coding.
- Learn Algorithms and Data-Structures.
- Learn Boole algebra
- Learn one or more analyze methods, E.W. Djikstra top-Down method is a good start.
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
Quote:
i would like to get more experience with Java to be more confident in my coding as well as to be able to code better.

The debugger will help you to ensure that your coding does what you expect.
- Learn debugger
Debugger - Wikipedia, the free encyclopedia[^]
Mastering Debugging in Visual Studio 2010 - A Beginner's Guide[^]
http://docs.oracle.com/javase/7/docs/technotes/tools/windows/jdb.html[^]
https://www.jetbrains.com/idea/help/debugging-your-first-java-application.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900