Answer Posted / sadikhasan palsaniya
No, java does not support default argument in method.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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
Define the term string pool?
What is void data type?
Can java inner class be static?
What is the default execution method in java?
What is ‘is-a ‘ relationship in java?
Can list have duplicates in java?
What is the concept of multithreading?
Can we override the static methods?
Why volatile is used in java?
What is function declaration?
How will you print number in reverse (descending) order in BST.
What is instance means in java?
Can a class be protected in java?
What are recursive functions? Give some examples?