+ 2
Can we add animation to the web page through JAVA?
Please send the sample coding or simple hints
2 Answers
+ 3
Yes. But I want to clarify that Java and JavaScript aren't the same thing. Java is a general purpose language while JavaScript is for web development.
Here's a tutorial: https://www.w3schools.com/js/js_htmldom_animate.asp
0
Adding animation to the web page requires the combined usage of css and javascript and as far java is concerned java is a programming language while javascript is a scripting language used for front-end web development.