Answer Posted / j.venkatesan
A function is block of code.
Purpose:
* it is mainly used to reduce the size of the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we synchronize static methods in java?
What happens when a thrown exception is not handled?
what is bmg file and how to create that files?what will it contailn?
What is static data type in java?
What is the use of using enum to declare a constant?
What does method mean?
How do you detect memory leaks?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is the numeric promotion?
Can we declare main () method as non static?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Is null == null in java?
Does java support multiple inheritance or not?
What is difference between ++ I and I ++ in java?
Which is better ascii or unicode?