-
How can we use script tag in java?
You can't.
The <script...> tag is part of HTML, and is used to include Javascript in a webpage. Java is not related to Javascript.
-
Why use java script?
Javascript is an object orientated programming language and is very nice when assigning attributes to many different objects. the reason its so nice is that all the attributes are not changed. it...
-
How you can use java scripts in java?
You have to use a third-party API to be able to execute JavaScript commands in Java code.
-
How to implement java script in java?
to implement javascript embed the statements between <script> n </script>,,, and include any scripting language.eg:<script LANGUAGE="javascript"> block of codes </script>
-
How java is different from java script?
Java is a programming language most popularly used in sever client web applications. Java was developed by Sun Microsystems and is one of the most popular programming languages on the planet. Java...