![]() |
|
|
|
#1 (permalink) |
|
VIP Member
![]() Join Date: May 2006
Location: SoCal
Age: 30
Posts: 10,520
J. M. back by popular demand!
iTrader: 4 / 100%
|
I am currently trying to learn Java (with just books). I am curious if thise of you who make a living using Java: Did you go to school for such or was it DIY? Also, do you work from home?
Am I just wasting my time?
__________________
![]() Visit my city! Free vagin for every resident (in direct contrast to the other cities that only provide free Fleshlites!) http://eat-mykhram.myminicity.com/ |
|
|
|
|
|
#2 (permalink) | |
|
Webby's Minion
|
Quote:
|
|
|
|
|
|
|
#3 (permalink) | |
|
VIP Member
|
Quote:
Much of it was DIY, and a serious personal incident changed my career path from CompSci, to being more of a network/system engineer. *shrug* It comes in handy though at times, when you just want to understand something better or just do a quick and dirty h4x.
|
|
|
|
|
|
|
#4 (permalink) |
|
VIP Member
![]() Join Date: May 2006
Location: SoCal
Age: 30
Posts: 10,520
J. M. back by popular demand!
iTrader: 4 / 100%
|
I have no programming experience, except for calculators (for a Calculus class in college). I do have time though...
__________________
![]() Visit my city! Free vagin for every resident (in direct contrast to the other cities that only provide free Fleshlites!) http://eat-mykhram.myminicity.com/ |
|
|
|
|
|
#5 (permalink) |
|
Senior Member
|
You aren't losing your time. Java and .Net(C#, Visual) are the most widely used programming language in the computer world.
I had seen job opportunities with pretty good salaries for Java Developers in big companies like Dell, HP, IBM, Honeywell, etc. |
|
|
|
|
|
#6 (permalink) |
|
Junior Member
|
Java is good for learning object oriented structures. But web technologies ftw. Even internal desktop applications are quickly making the trip to the intranet. However, I learned on Java and it helped make a very easy transition to web programming. Any questions, hit me up, my career is in development
|
|
|
|
|
|
#7 (permalink) |
|
Senior Member
|
I took a java class for school not too long ago and although it was the most demanding class I have ever taken in college, it was also the most rewarding. If I remember right I used Text Pad to write the code, compile/build, and execute. I stayed up into the early morning writing code, not because I really had to, more because it was challenging and I wanted it to execute properly. I’m trying to find the calculator program I wrote which was a cultivation of my java learning experience. I’ll try to find it and post it for you to check out. Recently I have been hooked on Linux and learning to write script.
|
|
|
|
|
|
#8 (permalink) | |
![]() ![]() |
Quote:
|
|
|
|
|
|
|
#9 (permalink) |
|
Senior Member
|
Try Netbeans, its offer a pretty good GUI developing platform. Matisse engine offers an easy way to create graphical user interfaces as easy as Visual Basic (drag and drop). It also support Web Applications using J2EE, JSP, Servlets with full autocomplete code including HTML. Another cool plugin of Netbeans its Profiler that will help you identify bottlenecks on your Java App that makes your application slow.
Also with the help of a plugin you can also use Netbeans for C++ programming. The good side of Java is that you can make your application compatible with many operating systems. The down side is that isn't as fast as compiled programming languages like C, C++, C#, the reason is that Java is an interpreted language like javascript, perl, awk, shell, etc. |
|
|
|
|
|
#10 (permalink) |
|
Senior Member
Join Date: Jan 2006
Location: San Jose, CA
Age: 23
Posts: 817
San Jose's First Modified R18
iTrader: 0 / 0%
|
Man, I learned Java and Visual Basic for school. I remember most of my VB, but not much of the Java; only enough to pass the class. I had a horrible teacher.
|
|
|
|
|
|
#11 (permalink) |
|
Member
|
I'm in my Senior Year at the University of Oklahoma, for Computer Engineering. I have had 3 classes on Java Programming, and would say it is a very nice and usefull language to learn.
For students it is now taught in Intro to Programming at most Universities, so you don't need prior knowledge to learn it. The easiest way to learn it proficiently is to go to a Community College or something and take the class. Or simply learn with a Java in 21 days book. |
|
|
|
|
|
#13 (permalink) |
|
Senior Member
|
As a computer science graduate (as of May 06), I can say that Java is definitely one of the easiest languages to learn, but quite difficult to master.
You don't have to manage your own memory (maybe this is over your head) like in C++, and the structure of the language is pretty straightforward. However, even if you can teach it to yourself, a company is likely to look for a degree when hiring potential applicants. At the very least, you should have coded complex programs to display at any potential job interview. Nonetheless, if you are dedicated you can learn it. Its a hell of a lot simpler than assembly language.... |
|
|
|
|
|
#14 (permalink) | |
|
VIP Member
![]() Join Date: May 2006
Location: SoCal
Age: 30
Posts: 10,520
J. M. back by popular demand!
iTrader: 4 / 100%
|
Quote:
__________________
![]() Visit my city! Free vagin for every resident (in direct contrast to the other cities that only provide free Fleshlites!) http://eat-mykhram.myminicity.com/ |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 8thcivic How To - Questions Answered | webby | 8thcivic.com Site Questions/ Problems | 5 | 09-15-2008 03:29 PM |