• Hello everybody! We have tons of new awards for the new year that can be requested through our Awards System thanks to Antifa Lockhart! Some are limited-time awards so go claim them before they are gone forever...

    CLICK HERE FOR AWARDS

Java



REGISTER TO REMOVE ADS
Status
Not open for further replies.

Henskie

I'm Batman
Joined
Feb 6, 2005
Messages
1,195
Age
36
Hey I am starting to take a course on the object oriented design portion of Java and I was wondering what you all think of Java as a programming language
 

Henskie

I'm Batman
Joined
Feb 6, 2005
Messages
1,195
Age
36
It is a class so I dont really have a choice lol. So far I dont really like it
 

digital gopher

lock the gates
Joined
Feb 7, 2006
Messages
4,047
Awards
1
Website
www.ea.com
I'm curious, I'm about to choose my courses for the upcoming semester, and I have a list of classes that all look the same, but I don't know what to take.

* ICT 12: A+ Cert. 12
* ICTM 12: Web Design 12
* ICTP 12: Java Prog. 12
* ICTS 12: CISCO 12

Which one should I take?
 

The Midnighter

Tech Geek
Joined
May 27, 2004
Messages
443
Awards
1
Location
NS Canada
* ICT 12: A+ Cert. 12 This is a Hardware class, you'll learn how to operate / manufacture PCs as a whole, including installing / removing hardware, etc. If you specalize in this you go into CETN (Circuits and the like)
* ICTM 12: Web Design 12 This is... obvious.
* ICTP 12: Java Prog. 12 Java programming. Java is the devil.
* ICTS 12: CISCO 12(Yay, red again) THis is Networking - It's a difficult course, because it is self taught and your tests are online. Don't expect much help from your instructor.
 

Henskie

I'm Batman
Joined
Feb 6, 2005
Messages
1,195
Age
36
Wow TM are you a CSE major or something? If so I'm one as well
 

Henskie

I'm Batman
Joined
Feb 6, 2005
Messages
1,195
Age
36
wow thats really cool. I am very impressed by your knowledge lol
 

Amry

New member
Joined
Jul 7, 2007
Messages
11
Age
41
Location
Cyberjaya, KL
Website
amry.wordpress.com
Java = Waste of time

¬_______¬

Java, compared to C++, is a bit slower and requires more system resources, that is true. But, Java also has:

a. automated garbage removal. No more destructors and accounting for every pointer, yay!
b. lots of ways to finally deal with strings without tearing your hairs out
c. an easier way to create window-based (note: NOT Windows) applications


Oh, and Java is also platform-independent. In your face, C++!

But all competent computer science students know that Real Men(tm) code in Assembly. MVI B, 66H anyone?
 
Status
Not open for further replies.
Back
Top