answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the executable method in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the task of main method in a java program?

The main method is simply an entry point to your executable code. When you run a Java program, it looks for a main method as the first section of code to execute, which is why all of your programs start there.


What is the translator used for java?

By translating, the assumption taken here is how the java code is converted into an executable. This is done by the javaccompiler.


What is overridnig method and overlording method in java?

There is no such thing as overlording in Java.


Why java don't create any exe file?

One of Java's big draws is "platform independent" code. You can compile a Java file on Windows and run it on Mac OS, Linux, Solaris, or whatever other operating systems support Java. Executable files must be made for each individual platform. An executable file made for Windows will not run on any other OS (and vice versa). Java producing executable files would just not make sense, since you would have to recompile your code for each platform.


What is the task of the main method in java platform?

It is the method that gets called when a Java application is started.


How nesting of methods is done in java?

No, Java only allows a method to be defined within a class, not within another method.


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.


In java what is an application?

An application is a compiled batch of source code, usually in the form of an executable or JAR file.


What is a method in Java?

A Java method is a sequence of statements. It is comparable to a function, subroutine, or procedure in other languages.


What is the purpose of NoMatchException handling method in java?

java exception


Why comparator has equals method?

The Java superclass Object says that all Java objects have an equals method. Thus Comparator has an equals method.


What is the meaning of a method in Java programming?

a method is a variable