what is predefined function in java?
Answer / Vivek Arya
Predefined functions, also known as built-in or library functions, are the functions that come with a programming language and can be used without having to define them. In Java, these functions belong to various classes such as Math, String, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Major and importance difference between for and foreach loop ?
What if I write static public void instead of public static void in java?
Explain about instanceof operator in java?
where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?
what is multi-tasking
3 Answers Anand Group, Photon Infotech, Tech Mahindra,
Difference between linkedlist and arraylist.
Does java support multi dimensional arrays ?
What is nested loop? What is dangling else condition in it?
What is java lang object?
What is %d in printf?
Does set allows null in java?
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?