d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Basic Things I Should Know About Java?
Add Reply New Topic New Poll
Member
Posts: 1,125
Joined: Mar 19 2009
Gold: Locked
Sep 19 2013 11:57pm
I'm starting to learn some java coding. What do you think is essential to know about java incase i am missing something?
Member
Posts: 4,605
Joined: Sep 15 2011
Gold: 9,464.00
Sep 20 2013 02:35pm
if you have to ask this kind of a question, then the answer is "learn how to program. don't just learn java."
Member
Posts: 2,757
Joined: Nov 26 2007
Gold: 1,214.81
Sep 20 2013 02:48pm
java specifically or programming in general?

basic stuff...
for loops
for each loop
while loops
if statements
switch case
arrays
print to console and get input from user

more advanced stuff...
you should know how to read / write to files
how to use data structurs (ArrayLists, HashMaps, etc)
how to create GUIs
how to debug + using try / catch blocks
json objects and how to parse them

more advanced stuff...
servlets
java persistence api
android development
openGL


Member
Posts: 2,605
Joined: Mar 11 2013
Gold: 286.00
Sep 20 2013 08:39pm
Quote (labatymo @ Sep 20 2013 04:48pm)
java specifically or programming in general?

basic stuff...
for loops
for each loop
while loops
if statements
switch case
arrays
print to console and get input from user

more advanced stuff...
you should know how to read / write to files
how to use data structurs (ArrayLists, HashMaps, etc)
how to create GUIs
how to debug + using try / catch blocks
json objects and how to parse them

more advanced stuff...
servlets
java persistence api
android development
openGL


Sick, I'm jealous of the knowledge you display sir.
Member
Posts: 7,547
Joined: Feb 27 2013
Gold: 2.00
Oct 1 2013 01:42pm
Quote (irimi @ Sep 20 2013 01:35pm)
if you have to ask this kind of a question, then the answer is "learn how to program. don't just learn java."


is this the kind of help we can see from u in the future?

Quote (labatymo @ Sep 20 2013 01:48pm)
java specifically or programming in general?

basic stuff...
for loops
for each loop
while loops
if statements
switch case
arrays
print to console and get input from user

more advanced stuff...
you should know how to read / write to files
how to use data structurs (ArrayLists, HashMaps, etc)
how to create GUIs
how to debug + using try / catch blocks
json objects and how to parse them

more advanced stuff...
servlets
java persistence api
android development
openGL


don8ing for gg
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll