- 1
Is java better used with html and css or java script??
Need an advice
5 Answers
+ 18
@Rrestoring faith. While Java seems to be on the way out there are still many older applications out there that are using Java on the front end Java is used on the back end as well, Google it. Not trying to be rude trying to pass the information on.
You are definitely right about Java not being the same as JavaScript not equal to definitely not the same
+ 13
maybe this will help https://www.upwork.com/hiring/development/java-vs-javascript JAVA VS. JAVASCRIPT: MAJOR SIMILARITIES
As different as they are, there are some top level similarities worth considering, especially if you are looking at web development when comparing Java to JavaScript.
Object-Oriented Programming (OOP). Both languages require the developer to code in terms of objects and their relationships to one another. By extension this gives both languages access to techniques like inheritance, encapsulation, and polymorphism.Front-End Development. Both languages can be used in aspects of front-end development. JavaScript can be embedded directly into HTML, implemented as a framework or library; Java can be used as a Java applet.Back-End Development. Both languages can be used on the server-side. Java has long been used to power back-end technologies like Apache, JBoss, and WebSphere. Node.js has become a launch pad for JavaScript-powered servers.
+ 8
Java used in modern web only at (in) the back-end. Javascript is always there at the front-end and can be used for back-end (Node.js). Usually "java-based" web-servers/web-services and "node.js-based" web-servers/services are used for (very) different purposes (in different areas).
+ 6
Java isn't used with html or css on web.
Javascript != java.
+ 3
JavaScript is used with HTML and CSS. Java stands alone.