Core Java Interview Questions – Set 05
What is the return type of a program’s main() method? A program’s main() method has a void return type. Can you change the reference of the final object No the reference cannot be change, but the data in that object can be changed What is the argument type of a program’s main() method A program’s main() method … Read more