A
Q. In the following Java code, what can directly access and change the value of the variable name?
package test;
class Target
{
public String name = "hello";
}
- Correct Answer - Option(C)
- Views: 12
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.