What is role of void keyword in declaring functions?
Answer / Sushant Kumar
The 'void' keyword is used in Java to denote that a function or method does not return any value. In other words, it has no return type.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a string token?
What are selection structures?
What are the types of classes in java?
What is meant by wrapper classes?
What does jenkins do?
What is the purpose of static methods and static variables?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
What is the use of optional ?
Why deletion in linkedlist is fast than arraylist?
What is append in java?
How to declare an arraylist in java?
Explain about static imports in java?