The following code statement will –

56. The following code statement will -

import java.util._
  1. import _ method from util library
  2. Error
  3. Import all methods from java.util library
  4. None of these

Answer: C) Import all methods from java.util library

Explanation:

import java.util._ imports all methods from java.util library.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.