Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #38832
| From | Graeme Geldenhuys <graemeg@example.net> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: basic learning path |
| Date | 2019-03-29 18:02 +0000 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <q7lmk9$mq1$1@gioia.aioe.org> (permalink) |
| References | <eabl8et91gat9698ff6d9hjfj8i6b41lem@4ax.com> <q6ed4b$2hq$1@dont-email.me> |
On 14/03/2019 20:21, Eric Sosman wrote: > If you're just beginning to learn Java itself, I suggest that > you avoid IDE's and concentrate entirely on Java. As I mentioned in the other group, the above is very good advice. I recently found this little tool call JPad (similar to JavaScript's jsFiddle). You can type in code snippets and hit F5 to run it. No need to type in the boilerplate code like defining the class, defining the main() method etc. It also as built in functions to display data very easily. eg: Dump(myHasSet) gives you a very nice table-like output. A brilliant tool to collect code snippets or easily test a Java language concept. http://jpad.io/ NOTE: It was implemented using JavaFX, so you would need that to run it. Oracle's Java 8 I believe does include it as standard. Regards, Graeme
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
basic learning path dale <dale@dalekelly.org> - 2019-03-14 15:46 -0400
Re: basic learning path Eric Sosman <esosman@comcast-dot-net.invalid> - 2019-03-14 16:21 -0400
Re: basic learning path Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2019-03-16 15:07 +0100
Re: basic learning path Eric Douglas <e.d.programmer@gmail.com> - 2019-03-18 05:03 -0700
Re: basic learning path Martin Gregorie <martin@mydomain.invalid> - 2019-03-18 12:58 +0000
Re: basic learning path Graeme Geldenhuys <graemeg@example.net> - 2019-03-29 18:02 +0000
Re: basic learning path Arne Vajhøj <arne@vajhoej.dk> - 2019-03-14 19:38 -0400
Re: basic learning path Eric Douglas <e.d.programmer@gmail.com> - 2019-03-15 05:10 -0700
csiph-web