What's Java Good For?

halfpower

Senior member
Mar 19, 2005
298
0
0
I already know C++ pretty well. What's a good reason for learning Java? Does it excel at anything in particular?
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
It's widely used for server-side coding on Sun and linux servers, google "Java Server Pages." Other than that, a few niche client-side apps do get written with java though C++, C#, VB6, VB.Net are used much more often.
 

drinkmorejava

Diamond Member
Jun 24, 2004
3,567
7
81
Originally posted by: GeekDrew
java excels at platform independence ;)

yeah, that's mostly it

kind of inefficient to run lots of intensive stuff, but it can be quickly made and implemented
 

jfall

Diamond Member
Oct 31, 2000
5,975
2
0
I'd probably learn .net instead. It's basically everything that java should have been
 

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
Originally posted by: jfall
I'd probably learn .net instead. It's basically everything that java should have been

in what way, exactly?

i personally don't know either of those languages, but i'm planning on learning Java fairly soon, mainly because i want my apps to be easily ported between linux and windows. <shrug>
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
It' good for people who like to type a lot.

if(objectName.methodName().propertyName.methodName().getValue().eqauls(object2.propertyName.tooFvckingLong.getValue()))...
 

Genx87

Lifer
Apr 8, 2002
41,091
513
126
Originally posted by: notfred
It' good for people who like to type a lot.

if(objectName.methodName().propertyName.methodName().getValue().eqauls(object2.propertyName.tooFvckingLong.getValue()))...

lmao hahaha brings back memories of my coding class.