answersLogoWhite

0

What is a '' called in java?

User Avatar

Anonymous

16y ago
Updated: 8/16/2019

brackets

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are the people of java called?

Java is an island in the chain called Indonesia, so people who live on this island are called " Indonesians"


Small Java-based programs are called?

Java applets


The actions in a java class are called?

The actions in a java class are called methods.


What is the name of java compiler?

It is simply called the Java compiler. The actual program is usually called Javac.


What is the ' ' called in java?

' ' would be the character for a space in Java.


What is the new version of java?

The latest version of java is called Java 5 or Tiger.


What is new version of Java?

The latest version of java is called Java 5 or Tiger.


Why java script called as platform independent?

java also called as platform independent.because we will use java application at any operationg system and any hardware. it not contain error. so we called java as platform independent..


What is a collection of related classes called in java?

a package


What do you mean by multithread program in java?

A Program in Java that spawns multiple threads is called a multithreaded program in Java.


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 is the difference between cc plus plus and java?

C is a procedure oriented language ,Where C++ & java are object oriented language.But java is platform independent.So generally C is called POP.C++ is called OOP.But java is OOP , which is platform independent.If java does not support primitive data type then it is called as pure object oriented language.