answersLogoWhite

0

Separators are the characters which stands for puncuations in java such as brackets,braces etc

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are separator in java?

Separators help define the structure of a program. The separators used in HelloWorld are parentheses, ( ), braces, { }, the period, ., and the semicolon, ;. The table lists the six Java separators (nine if you count opening and closing separators as two).


What is the meaning of new keyword in java?

There is 48 reserved keywords currently defined in the java language. These keywords, combined with the syntax of the operators and separators,form the definition of the java language. these keywords can't be used as names for a variable,class or method. (chandramohan singh)


What powder game doesnt need java?

Any program written for the Java technology needs Java. Any program NOT written for Java DOESN'T need it.


What java do you need to play the free Minecraft?

you need java 1.5 to run mindcraft


What do I need to run minecraft?

You need java


Do you need to have java to play minecraft?

Yes, Java is the platform Minecraft runs on. Java is free for download.


What is java's purpose on my PC?

Programs that are specifically designed with Java require a Java runtime to work on a computer. (In the case of Java, the runtime is called "Java Virtual Machine".) If you have any such program, you need to have Java.


What version of java do you need to play in Minecraft sandbox?

java virtual macine


What is the library in java which does not need to be imported?

The java.lang package in Java is automatically imported for you.


What is tag used to create horizontal separators?

Horizontal separators are created by the HR tag. It creates a horizontal line after the element.


Can you do java keylogger?

Yes, it is possible to write a keylogger in Java, but you would need to use the Java Native Interface to do so.


What is token List out various type of token support in java?

Tokens are the smallest unit of Program. There is Five Types of Tokens 1) Reserve Word or Keywords 2) Identifier 3) Literals 4) Operators 5) Separators