2DWorlds Forums
I've started Java a few days ago. - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: Off Topic (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=5)
+--- Forum: Programming (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=30)
+--- Thread: I've started Java a few days ago. (/showthread.php?tid=8767)



I've started Java a few days ago. - Chaos - 01-15-2012

I've moved on from php. Java is so much more fun, and it clicks for me! I'm already writing basic programs.


RE: I've started Java a few days ago. - Qwertygiy - 01-15-2012

I can't wait until noob007 gets here Tongue


I haven't done too much with Java yet, mostly just looked at Buildism and Minecraft source codes and messed around a bit; but I've also messed around with PHP and I don't know if it's the examples I was using, but Java seems better to me.


RE: I've started Java a few days ago. - Dignity - 01-18-2012

Next to C++ I find Java easier.



RE: I've started Java a few days ago. - noob007 - 01-18-2012

PHP is good for what it's made for -- easy web pages. But not much else. Java's okay, I guess. Tongue

I personally don't think it's good at what it claims to be good for -- large-scale applications.


RE: I've started Java a few days ago. - Glome - 01-18-2012

(01-18-2012, 02:05 AM)noob007 Wrote: PHP is good for what it's made for -- easy web pages. But not much else. Java's okay, I guess. Tongue

I personally don't think it's good at what it claims to be good for -- large-scale applications.

Java is a memory hog.


RE: I've started Java a few days ago. - noob007 - 01-18-2012

Indeed.


RE: I've started Java a few days ago. - Qwertygiy - 01-18-2012

I can agree there. I can't run more than one large-scale Java application at one time without my comp crashing or becoming incredibly slow due to memory overload.