Statring programming with java!

Hi,
I’m new from Getting Start of Programming ,
I’m using Java …
please Give me Some Useful Link…’

How about u think how to Start ?

Thanka

Here are some links to get you started.

I think the most important thing to remember is error handling. Errors frequently help me figure out how to get things working. https://pocketgophers.com/error-checking-while-prototyping/ is a useful method when writing small or non-production programs.

2 Likes

The first place I would start is the Go tour: https://tour.golang.org/welcome/1.

I’m sure it’s listed on the pages that @nathankerr posted, but definitely where I would start :slight_smile:

2 Likes

Thanks…

Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.