Reply
What is it you guys like so much about Java?
Old 10-28-2009, 11:48 PM What is it you guys like so much about Java?
Lashtal's Avatar
PHP Learner

Posts: 492
Name: Lashtal
Trades: 0
either by itself, or as compared to other languages?
Lashtal is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 11-03-2009, 09:43 PM Re: What is it you guys like so much about Java?
willcode4beer's Avatar
Super Moderator

Posts: 1,388
Name: Paul Davis
Location: San Francisco
Trades: 1
My reason has nothing to do with the language.

I like working with Java because of the open culture and tools around it.

There's an enormous wealth of open source libraries available, and Java developers tend to be very open about sharing code. In the MS world, folks tend to be very reserved about sharing code.

For the most part, Java devs tend to look for ways to improve practices. For example, Java devs started using the MVC pattern in web dev around 10 years ago; currently it's the new thing in PHP and .net development.

There are awesome tools available to help monitor and improve code quality: Findbugs/PMD/Crap4j/Checkstyle (to name a few). Then things like Hudson and Sonar can aggregate the results of all of those for easy use/exploration. The best part is, the best tools are free; because, the community finds sharing ways to improve to be very valuable.

As for the language itself? meh. It's just a statically typed general purpose language.
Though you can compile Java to native machine code, it's generally better to run in a VM. The latest VM's have some pretty cool features, like runtime optimization. That's where the code is analyzed while it's running and modified (optimized) based on how it's used. You just can't do that with a compiler.
__________________
Paul Davis

earn $$$ write for willCode4Beer.com
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 11-10-2009, 06:06 AM Re: What is it you guys like so much about Java?
Lashtal's Avatar
PHP Learner

Posts: 492
Name: Lashtal
Trades: 0
as always, an incredible response with some valuable info. Thank you.
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 11-13-2009, 09:07 AM Re: What is it you guys like so much about Java?
Extreme Talker

Posts: 172
Trades: 0
I'm not Java developer, so I'm talking just like another computer user. Honestly, I don't like Java because it seems to be slooooooooo. Well, it's also possible I have been using applications coded by stupid Java programmers, but all Java pps I have ever used were too slow.
__________________
Daniel, Helpdesk Leader
Hosting24.com Web Hosting - First class web hosting services.
Reseller Hosting - Provide unlimited disk space and bandwidth!
Hosting24 is offline
Reply With Quote
View Public Profile
 
Old 11-14-2009, 06:46 AM Re: What is it you guys like so much about Java?
Lashtal's Avatar
PHP Learner

Posts: 492
Name: Lashtal
Trades: 0
seems to be of the most popular languages now though.

albeit, yeah, i've experienced the loading process of various programs coded in java (like yourself) from time to time.


FTP programs, especially.
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 11-14-2009, 11:51 PM Re: What is it you guys like so much about Java?
freezea's Avatar
Average Talker

Posts: 27
Trades: 0
Java is a good language for learning the concepts of object-oriented programming, without having to deal with pointers and memory allocation and all that. Not that pointers aren't a good thing to learn, but Java seems like a good beginner language to me.

As for what Java is good for, try to think of applications you might want or use and then try to make it. For example, I once made an intsant-message-like chat client that communicated over the internet. Programming a GUI for your application takes a little time to learn but eventually isn't that hard to implement. My dad wants me to program him a picture organizing program, so that will be my next Java project. Java can be applied to lots of things, so anything you might want to make, chances are you can do it with Java.

Other languages can do the same things, and they may even be better at it, but Java is definitely worth learning if you are going into either hardware or software.
__________________
RAQ Report: Web-based Excel-like Java reporting tool.
freezea is offline
Reply With Quote
View Public Profile
 
Old 11-16-2009, 12:29 PM Re: What is it you guys like so much about Java?
Lashtal's Avatar
PHP Learner

Posts: 492
Name: Lashtal
Trades: 0
why is it good to know Java for hardware?
Lashtal is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to What is it you guys like so much about Java?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.13329 seconds with 13 queries