Java Classes Question:

Methods that have a return type other than void return a value to the calling routine using the following form of the return statement:return value;
A) True
B) False

Java Classes Interview Question
Java Classes Interview Question

Answer:

It's TRUE


Previous QuestionNext Question
Explain why the StringBuffer and the wrapper classes defined as final?Explain how to create connectionpooling in Tomcat?