Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java

Andy Stevens
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Andy Stevens
Front End Web Development Techdegree Graduate 20,417 Points

How do you actually use Java?

I’m sure this will seem like a silly question. Yet, while I understand the syntax and coding conventions etc it’s never shown how this applies to an actual program?

For example if I wanted to develop a HR management system for my company, how do I actually deploy this onto their system?

I have never made a program with java myself, but I'd imagine you'd compile it.

Andy Stevens
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Andy Stevens
Front End Web Development Techdegree Graduate 20,417 Points

Zimri Leijen thanks for stopping by, maybe my question is incorrectly phrased. It’s widely stated Java is used by Google, Amazon and other well known brands. Yet I’m unclear how the programs are implemented on their systems. I guess my question is what are the practical applications of Java and why aren’t there any examples?

1 Answer

John McGarvey
John McGarvey
14,026 Points

Java is used for a variety of portable system software, not just for web application development. When it is used for web application development, it is used in combination with a web application server like Apache Tomcat, RedHat JBOSS, Oracle WebLogic, or IBM WebSphere. Such combinations can make very scalable high end servers.