answersLogoWhite

0

No. It is a user defined function which the person who is creating the java class has to code by himself.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is main a predefined function in c?

yes


Who invoke main function in java?

The Java Runtime Environment invokes main methods.


Examples of codes in java?

public class Hello{//opens the classpublic static void main(String args[]){//opens the main methodSystem.out.println("Hello World");}//closes the main method}//closes the classNote: The compiler all the sentences that have "//" before them.


In java public static voidmain function denotes what?

Java's main function denotes the entry point into the execution of your program.


Can we execute java program without main function?

no


Can you call predefined function recursively?

Guess you meant: can a recursive function call predefined functions? Answer: sure, why not.


What is the name of the function which must be defined in a Java program?

The main function. Every program must have a main function and it must be declared static.


What is a Generic Function in c plus plus?

Predefined functions are built-in functions that perform standard operations and that generally do not depend on any classes. A predefined void function is simply a predefined function that has no return value. An example of a predefined void function is the abort() function which typically has the following signature: void abort(void);


How do you draw line without using any predefined function?

That won't happen, you have to have a predefined putpixel (or something like that) function.


Is the any class containing main function in a webapplicatin?

No. Java classes in web applications do not have Main Methods.


How constant are used in c?

it is predefined function


Create a function for power in C?

Not necessary, there is a predefined 'pow' function.