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

Java

Do you have too learn html and css in order too program in Java?

1 Answer

No not at all. Very little of Java has anything to do with Java and it is indirectly involved with Java.

For example, if you add an applet coded in java to a webpage then you will have to know the html to add it to your webpage or if you need to do some html queries. Java is a application and applet based programming language and very little of it has to do with Web development.

Java is also vastly used in databases and Android applications

Hope this helps, Happly Coding!