Should I Focus on Java or Start Learning Web Development?

0
3
Asked By MellowPine42 On

I'm a 17-year-old student currently studying Java in school, even though we don't get to choose the language. I'd like to learn web development, but I've been told to study HTML and C++ on the side. Should I focus on getting comfortable with Java first, or start learning HTML, CSS, and other web technologies alongside it?

4 Answers

Answered By OrbitLemon88 On

Don't worry about Java being a waste of time. The important beginner skills—variables, conditions, loops, functions, and breaking problems into smaller steps—transfer between languages. Once you understand those ideas, picking up JavaScript or another language becomes much easier.

Answered By QuietHarbor31 On

You can learn both without much conflict. Continue studying Java so you understand programming fundamentals, and experiment with simple HTML and CSS projects when you have time. HTML and CSS are used for static pages, while JavaScript adds logic and interactivity. Java can also be used for backend development, although it isn't required for every website.

Answered By CopperMango56 On

It depends on which side of web development interests you. For designing and building what users see, start with HTML and CSS, then add JavaScript. For general programming, keep working on Java. Learning the concepts matters more than mastering one specific language immediately.

Answered By BrightCedar7 On

If web development is your goal, the usual starting point is HTML for page structure, CSS for styling, and JavaScript or TypeScript for interactive behavior. C++ generally isn't part of the normal web-development path, so you may have meant CSS.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.