Leave a Reply 3

Your email address will not be published. Required fields are marked *


Kevin

Kevin

Answer is correct, tried it in eclipse

imyrta

imyrta

Answer: A

Explanation:

class X | String str | print() | Result
new X(“Hello”) | “Hello” | System.out.println(str) | Prints out Hello