- 2
Is there a list of variables i can see for Java?
10 Answers
+ 11
There are no tags in Java.
+ 10
class Program {
public static void main(String[] args) {
// code goes here
}
}
+ 9
An array?
+ 9
int and double are primitive datatypes for variables.
+ 3
Tags are limited to HTML as HTML is a markup language
+ 2
no, I mean like tags in HTML.
<html>
</html>
etc..
except for Java.
basically, what is the layout for the coding and some tags used.
+ 2
main?
class?
int?
double?...
etc?
+ 2
They are not tags they are keywords and classes
+ 2
ok, same thing to me. my bad.
+ 1
thank you.