answersLogoWhite

0

well first please go and play minecraft on java and then a crepper will tell you👍👍

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Can you define variables in interface in java?

yes we can define a variable in an interface in java.


Define set in java?

A Java set is a collection of things that do not contain duplicate elements. Duplicates are prohibited from Java sets.


What is the hierarchy of the java program?

define the data types


What is define on a topographic map?

the detailed mapping of the configuration and relief features of a region


What is function in java terminology?

In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.


Name two high level languages and define them?

Java C++


How do you uss static in java?

It is uss to define class and method of pogrom's.


Is java virtual machine dangerous?

JVM is a critical component in almost all Java platforms. I would hardly define it as "dangerous".


What does it mean in java when a constructor is undefined?

When a constructor is not define in java then the instance used in class is not optimised the value and therefore some times it generates some garbage value. By the way , When we not define a constructor then generally it not distrub the execution of the program.


What is user define package?

A user defined package is a package outside of the standard Java libraries.


What is action-mapping in java?

In java action-mappings are not available. Action-mappings are part of struts controller.Through these action-mappings, you will map a particular request to an action class, i.e.which action should be executed on press of a button.


Is it possible to define two methods that have the same name but different parameters?

Yes. It is called Method Overloading in Java