What is the difference between
☆document.write(“Hello”);
and
☆System.output.println(“Hello”);
The first one don’t work i don’t know why!
What is the difference between
☆document.write(“Hello”);
and
☆System.output.println(“Hello”);
The first one don’t work i don’t know why!
There are two IDEs, one for web development and the second for android. Web uses HTML,CSS and JavaScript. Android uses Java. The first is for JavaScript and the second for Java.