Results 1 to 4 of 4
- 12-03-2016, 02:25 PM #1
Member
- Join Date
- Dec 2016
- Posts
- 4
- Rep Power
- 0
I'm new to JAVA. What should I know?
I'm at college and we are learning JAVA. Right now we are at if/else and switch commands . Where should I focuse more? I mean whats the main thing I need to know so I can understand JAVA better?
Also JAVA right now looks so easy but I'm afraid I might forget those things when harder things come up.
What should I do to be a better JAVA programmer?
- 12-03-2016, 03:26 PM #2
Re: I'm new to JAVA. What should I know?
The list might be shorter if it contained little used features that could be skipped until later.
I'll start with my short list:
Applets are not used
For GUI chose Swing or JavaFX
regular expressions could waitLast edited by Norm; 12-03-2016 at 03:49 PM.
If you don't understand my response, don't ignore it, ask a question.
- 12-04-2016, 01:58 PM #3
Senior Member
- Join Date
- Nov 2016
- Posts
- 163
- Rep Power
- 5
Re: I'm new to JAVA. What should I know?
Why alot of programmers say that GUI is not important?
I think it is very important, because once programmer tries to make program work outside eclipse- ( btw how to do it ) it is a must.
Because without GUI there is no way to create games or software.
- 12-04-2016, 10:52 PM #4
Senior Member
- Join Date
- Jan 2013
- Location
- Northern Virginia, United States
- Posts
- 6,226
- Rep Power
- 15
Re: I'm new to JAVA. What should I know?
I didn't realize a lot of programmers say that.
I think it is very important, because once programmer tries to make program work outside eclipse- ( btw how to do it ) it is a must.
Because without GUI there is no way to create games or software.
software. It may help make it easier, but it is not required. And some key software development tools don't depend on gui's
such as compilers and source code control systems.
Regards,
JimLast edited by jim829; 12-04-2016 at 10:59 PM.
The JavaTM Tutorials | SSCCE | Java Naming Conventions
Poor planning on your part does not constitute an emergency on my part
Bookmarks